What's changing
Adding support for the textDocument/references request as described in the LSP spec. This allows the user to click on any symbol and have the LSP tell them everywhere in the codebase that symbol is used. Sort of like the opposite of goto definition.
Motivation for change
It would be very handy and our LSP would feel more complete if it implemented this spec
Background/Notes
What's changing
Adding support for the
textDocument/referencesrequest as described in the LSP spec. This allows the user to click on any symbol and have the LSP tell them everywhere in the codebase that symbol is used. Sort of like the opposite of goto definition.Motivation for change
It would be very handy and our LSP would feel more complete if it implemented this spec
Background/Notes