A rendition of Vim's command-line mode for Sublime Text 2.
This whole package is distributed under the MIT license.
- Install Cscope (a Windows port can be found here)
- Generate a cscope database (cscope.out) in the root directory of your project
- Check out the repo under``Packages`` or install via Package Control and restart Sublime Text.
Only global symbol lookup and jump to function definition work at the moment. Default keybinding is Ctrl/Super+. Rewinding to the previous position in the stack with Ctrl+t hasn't been added yet. The plugin will recursively search for the cscope database in parent directories of the currently open file until it either finds the database or reaches the root directory.