This repository was archived by the owner on Dec 29, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 255
SymbolInformation should not return local variables #594
Comments
aldonogueira
added a commit
to aldonogueira/rls
that referenced
this issue
Feb 25, 2018
aldonogueira
added a commit
to aldonogueira/rls
that referenced
this issue
Feb 25, 2018
aldonogueira
added a commit
to aldonogueira/rls
that referenced
this issue
Feb 27, 2018
This reverts commit fb073a5.
aldonogueira
added a commit
to aldonogueira/rls
that referenced
this issue
Feb 27, 2018
Changes: Union -> Enum, Method -> Method, Field -> Field, Static and Const -> Constant, TupleVariant and StructVariant -> Field. Leaving Variable only for local variables. Comment for future update to LSP 3.
Closed by merge #734 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently document::SymbolInformation returns local variables too. SymbolInformation is used for building outline and local variables are unnecessary there.
The text was updated successfully, but these errors were encountered: