ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Cscope

by ameyp ALL

A Cscope plugin for Sublime Text 2 and 3

Details

  • 2018.11.25.01.36.38
  • github.​com
  • github.​com
  • 5 years ago
  • 1 minute ago
  • 12 years ago

Installs

  • Total 21K
  • Win 9K
  • Mac 6K
  • Linux 7K
May 20 May 19 May 18 May 17 May 16 May 15 May 14 May 13 May 12 May 11 May 10 May 9 May 8 May 7 May 6 May 5 May 4 May 3 May 2 May 1 Apr 30 Apr 29 Apr 28 Apr 27 Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5
Windows 0 1 0 1 2 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0
Mac 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1

Readme

Source
raw.​githubusercontent.​com

NOTICE

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

Cscope

A plugin to use Cscope for code navigation from inside Sublime Text 2 and 3.

Features

This plugin supports the majority of the functionality offered by Cscope, namely:

  1. Find a given symbol
  2. Find a given function definition
  3. Find functions called by a given function
  4. Find functions calling a given function
  5. Find a given text string
  6. Find a given egrep pattern
  7. Find a given file
  8. Find files #including a given file

This plugin also allows the user to rebuild the Cscope database from inside Sublime Text.

Installation

  1. Install Cscope (a Windows port can be found here)
  2. Customize the cscope executable path as explained in the Configuration section below, if needed.
  3. Generate a cscope database (cscope.out) in the root directory of your project
  4. Check out the repo under your “Packages” directory or install via Package Control and restart Sublime Text.

Screenshots

Here's what the symbol lookup results buffer looks like: find-results-new-3

Configuration

If you wish to change the way CscopeSublime behaves, you have two options:

  1. Modify the corresponding setting in the default CscopeSublime.sublime-settings file in the package's directory
  2. Add a setting in your 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.

Keybindings

  • Ctrl/Super + \ - Show Cscope options
  • Ctrl/Super + LCtrl/Super + S - Look up symbol under cursor
  • Ctrl/Super + LCtrl/Super + D - Look up definition under cursor
  • Ctrl/Super + LCtrl/Super + E - Look up functions called by the function under the cursor
  • Ctrl/Super + LCtrl/Super + R - Look up functions calling the function under the cursor
  • Ctrl/Super + Shift + [ - Jump back
  • Ctrl/Super + Shift + ] - Jump forward

Notes

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.

License

This whole package is distributed under the MIT license.