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
Is your feature request related to a problem? Please describe.
VSCode has this command to list and browse references, command for that is called editor.action.referenceSearch.trigger
Example from JS file, it can be used to browse and navigate between references:
I use it all the time in other languages to navigate. This is a missing feature from the language server I think. It could be added to the checkbox list in here: #83