In vscode, is it possible to search for given symbol (class, function, etc) through current project files and all installed python packages? For example in pycharm I can press Shift 3 times and search dialog appears, I write class name like "PTransform", mark checkbox "include non-project items" and I get all the modules/files where given symbol is defined. Is it possible to do in vscode?
I know there is "search" pane in side bar, but it only searches for strings and only through current project files, not all installed python packages.
CTRL+SHIFT+F
in vscode workspace? – Bwana