The HighlightCurrentWord Plugin
Highlights every occurence of the word under the cursor.
Useful to quickly see where the current variable or function is used.
Press Ctrl+Shift+H to toggle the plugin on/off.
To Install This Plugin
- download the HighlightCurrentWord Plugin to your local hard-drive.
- double-click the package file
- restart Sublime Text
For Developers
- This source code for this plugin is available at google code.
- Google provides instructions for checking out the code