I want to search for a function name across all installed packages and also in the packages defined by python.autoComplete.extraPaths vscode setting.
Vscode search panel searches only in the current workspace. Whereas in pycharm IDE ctrl + click on a word is able to search across all packages.
Is there a way to search for function definition across all installed packages using vscode IDE?