Displaying and navigating through Workspace symbols in a Python project is supported with the use of Exuberant CTags.
Mac (OS X)
Using Homebrew:
brew install ctags
Using MacPorts:
port install ctags
Linux
For Debian-based systems (Ubuntu, Mint, etc.):
sudo apt-get install exuberant-ctags
For Red Hat-based systems (Red Hat, Fedora, CentOS):
sudo yum install ctags
python.workspaceSymbols.ctagsPath
setting of your user settings file (settings.json
).Displaying and navigating through Workspace symbols in a Python project is supported with the use of Exuberant CTags.
Mac (OS X)
Using Homebrew:
brew install ctags
Using MacPorts:
port install ctags
Linux
For Debian-based systems (Ubuntu, Mint, etc.):
sudo apt-get install exuberant-ctags
For Red Hat-based systems (Red Hat, Fedora, CentOS):
sudo yum install ctags
python.workspaceSymbols.ctagsPath
setting of your user settings file (settings.json
).