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
This plugin does not provide a way to find or navigate to symbols if you know their name.
When I use the go to any bar with # or @ to find a symbol in the whole project or in the current file, there are no symbols provided.
If you point me to the documentation of th VSCode API and the place to do it in this plugin maybe I can implement it myself, but I need some guidance here.
The text was updated successfully, but these errors were encountered:
@ seems to mostly work for me in terms of finding variable/function names when I'm editing a file.
Doesn't seem to catch variables that were destructured though, like it won't pick up foo or setFoo in:
This plugin does not provide a way to find or navigate to symbols if you know their name.
When I use the go to any bar with
#
or@
to find a symbol in the whole project or in the current file, there are no symbols provided.If you point me to the documentation of th VSCode API and the place to do it in this plugin maybe I can implement it myself, but I need some guidance here.
The text was updated successfully, but these errors were encountered: