You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using argparse or ltreesitter, you can generally do things like:
child:child_by_field_name("base"):source()
but the language server will not show any completions when typing source.
It should be able to be resolved by updating type_information_for_tokens in document.tl. We may need to update the split_by_symbols in misc_handlers.tl to split better. (and maybe to provide more than a list of tokens? might need to look into this a bit)
The text was updated successfully, but these errors were encountered:
When using argparse or ltreesitter, you can generally do things like:
but the language server will not show any completions when typing
source
.It should be able to be resolved by updating
type_information_for_tokens
indocument.tl
. We may need to update thesplit_by_symbols
inmisc_handlers.tl
to split better. (and maybe to provide more than a list of tokens? might need to look into this a bit)The text was updated successfully, but these errors were encountered: