GTags
GNU GLOBAL(gtags) support for Sublime Text 2/3
Details
Installs
- Total 1K
- Win 658
- Mac 305
- Linux 288
Jun 23 | Jun 22 | Jun 21 | Jun 20 | Jun 19 | Jun 18 | Jun 17 | Jun 16 | Jun 15 | Jun 14 | Jun 13 | Jun 12 | Jun 11 | Jun 10 | Jun 9 | Jun 8 | Jun 7 | Jun 6 | Jun 5 | Jun 4 | Jun 3 | Jun 2 | Jun 1 | May 31 | May 30 | May 29 | May 28 | May 27 | May 26 | May 25 | May 24 | May 23 | May 22 | May 21 | May 20 | May 19 | May 18 | May 17 | May 16 | May 15 | May 14 | May 13 | May 12 | May 11 | May 10 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 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 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 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 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 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 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
SublimeGtags
This is a plugin for the Sublime Text 2/3 text editor that support GNU GLOBAL (gtags)
Installation
Clone this repo directly into your Packages directory.
Set Up
To set-up C/C++ Source Navigation:
Install CTAGS
Get GNU GLOBAL
In terminal cd to downloaded directory, and run command “./configure –with-exuberant-ctags” (This will use the Ctags as a parser for parsing files)
Type “make”.
Type “make install”.
Now run “gtags -v” in your project folder to create tag files.
Settings
You can point other locations for the GPATH, GRPATH etc files via the preferences. Main menu -> Preferences -> Package Settings -> SublimeGtags -> Settings - Users
There's a GTags.sublime-settings:
{
// show relative paths in keyword jump selection panel
"show_relative_paths": true,
// a list of other locations to look up (GTAGSLIBPATH)
"extra_tag_paths" : ["/usr/local/src/llvm-trunk/tools/clang"]
}
Compatibility
- OS X (good)
- Linux (fair)
- Windows (fair)
Support
If you find something wrong with the plugin, the documentation, or wish to request a feature, let me know on the project’s issue page.
Thanks :)