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
Thanks for considering.
The text was updated successfully, but these errors were encountered:
Find references now works inside Svelte files. Note though that you will not find references of Svelte files when doing the "find references" search from a TS/JS file. This is tracked in #580 .
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
Thanks for considering.
The text was updated successfully, but these errors were encountered: