GTags
GNU GLOBAL(gtags) support for Sublime Text 2/3
Details
Installs
- Total 1K
- Win 658
- Mac 305
- Linux 288
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 | 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 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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 :)