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
The references request is sent from the client to the server to resolve project-wide references for the symbol denoted by the given text document position.
The referencesProvider could be implemented to have the following behavior:
If the workspace is an R package, then find references in all R documents; otherwise, find references in open documents.
Get the token at the requested position.
Use the approach of definition provider to find definition of the token.
Find all symbols in the documents and go-to-definition of each symbol.
All symbols that go to the same definition will be included as a reference of the original token.
The text was updated successfully, but these errors were encountered:
The referencesProvider could be implemented to have the following behavior:
The text was updated successfully, but these errors were encountered: