-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
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 "Find References" both fail with a "GTAGS not found. build tags by 'gtags'" error. Any ideas why this happens?
i added this to my 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" : ["/home/username/sandbox"]
}
the sandbox folder is where i generated the gtags (GTAGS, GPATH files).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels