sublime text 2 plugin showing the current scope in the status bar
For now it only supports Python.
note: This step requires Package Control.
- Open the Command Palette using [command + shift + p] and enter "install package".
- Select
Package Control: Install Packagefrom the popup menu and press [return] - Enter "Current Scope" and press [return]
You can download the latest source from GitHub and copy the currentscope folder to your Sublime Text "Packages" directory.
Or clone the repository to your Sublime Text "Packages" directory:
git clone git://github.com/gumuz/currentscope.git
The "Packages" directory is located at:
-
OS X:
~/Library/Application Support/Sublime Text 2/Packages/ -
Linux:
~/.config/sublime-text-2/Packages/ -
Windows:
%APPDATA%/Sublime Text 2/Packages/
Show current scope automatically show the current method and the current class in the status bar
