You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to suggest leaving gtags using its default native backend instead of suggesting the user to use ctags via a prompt when the GTAGSLABEL environment variable is not set.
Hello,
I'd like to suggest leaving
gtags
using its default native backend instead of suggesting the user to usectags
via a prompt when theGTAGSLABEL
environment variable is not set.Rationale:
GTAGSLABEL=ctags gtags
doesn't support reference tags, which can cause confusion (see: Can't find references to functions/definitions #151)GTAGSLABEL=default gtags
(or not specifying it at all) appears to be faster while generating reference tags.Or was there a good reason why
ctags
shoud be preferred above Global's own default that I missed?Thanks.
The text was updated successfully, but these errors were encountered: