SublimeGtags icon indicating copy to clipboard operation
SublimeGtags copied to clipboard

GNU GLOBAL(gtags) support for Sublime Text 2/3

Results 10 SublimeGtags issues
Sort by recently updated
recently updated
newest added

- Show 'file preview' when navigating tag lsit - When no file opened, this is impossible to open tag list/ Look for gtags in project folders in this case.

The ERROR information is: > TypeError: environment can only contain strings I have found that `path.encode('utf-8')` causes this problem in the file **D:...\Sublime Text\Data\Packages\SublimeGtags\gtags.py**, it will convert the **"F:/project"** to...

I think SublimeGtags is the best choice for checking symbol definition and references in Sublime. Missing it so much for ST3 support.

when I install this plugin in my sublimetext2, and run gtags -v to create GTAGS files successfully. it works in the first time to navigate definition, find references and so...

1. popen error (environment can only contain strings) 2. package settings didn't load until plugin reloaded 3. parse result from "global" fail due to windows path style (containing white spaces)

#### Show symbols for open files only When working in large codebases (GTAGS > 500 MB) it can take a while (5+ seconds) to show all symbols. When working on...

The ctags cxref output created by 'global -ax' makes it impossible to recognize blanks in file names. The 'grep' result format uses the 'path:linenum:signature' instead

I installed SublimeGtags via package control within sublime text 2 and added the path to the GTAGS files generated with gtags (in user's Gtags.sublime-settings) and the "Navigate to Definition" and...

``` I prepare to make index for linux kernel . I install this plugin with the Package Control, but the "navigate to definition" and "find references" can't use. ``` My...

I commonly search through different references to a symbol when, for example, changing the way it should be used. It would be much more convenient to do, if it was...