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 ctagsUsing MacPorts:
port install ctagsLinux
For Debian-based systems (Ubuntu, Mint, etc.):
sudo apt-get install exuberant-ctagsFor Red Hat-based systems (Red Hat, Fedora, CentOS):
sudo yum install ctagspython.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 ctagsUsing MacPorts:
port install ctagsLinux
For Debian-based systems (Ubuntu, Mint, etc.):
sudo apt-get install exuberant-ctagsFor Red Hat-based systems (Red Hat, Fedora, CentOS):
sudo yum install ctagspython.workspaceSymbols.ctagsPath setting of your user settings file (settings.json).