Essentially I want to be able to do the following https://code.visualstudio.com/docs/editor/editingevolved#_open-symbol-by-name in a python workspace in visual studio code.
It returns No symbols matching
when attempting to search. Any way to get this working?
There used to be an issue but it seems to be fixed now, it works for me. For people stumbling upon this question wondering how to look for symbols across files, use the Open symbol by name
feature.
cmd/ctrl + shift + p > Go to Symbole in Workspace...
#
cmd/ctrl + shift + p > # my_symbol
ctrl/cmd + T
"search.quickOpen.includeSymbols": true
Example using keybinding:
https://code.visualstudio.com/Docs/editor/editingevolved#_open-symbol-by-name
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With