Looking for a new maintainer for CscopeSublime! Both of our current maintainers are no longer able to contribute actively to this plugin. If you care about CscopeSublime and would love to see it taken care of as much as we would, please reach out to us and let us know via an issue report.
Alternately, here are a list of forks of this repo that might perhaps be actively maintained: https://github.com/ameyp/CscopeSublime/network/members
A plugin to use Cscope for code navigation from inside Sublime Text 2 and 3.
This plugin supports the majority of the functionality offered by Cscope, namely:
This plugin also allows the user to rebuild the Cscope database from inside Sublime Text.
Here's what the symbol lookup results buffer looks like:
If you wish to change the way CscopeSublime behaves, you have two options:
Settings - User
file prefixed with CscopeSublime_
.
For example, to modify the display_outline
setting and set it to false
, put the line "CscopeSublime_display_outline": false
in your settings file.Ctrl/Super + \
- Show Cscope optionsCtrl/Super + L``Ctrl/Super + S
- Look up symbol under cursorCtrl/Super + L``Ctrl/Super + D
- Look up definition under cursorCtrl/Super + L``Ctrl/Super + E
- Look up functions called by the function under the cursorCtrl/Super + L``Ctrl/Super + R
- Look up functions calling the function under the cursorCtrl/Super + Shift + [
- Jump backCtrl/Super + Shift + ]
- Jump forwardThe 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.
This whole package is distributed under the MIT license.