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 use helm-gtags all the time on my C projects. Oftentimes a tag name has multiple matches because of the symbol being defined more than once, in the event that different implementations are available, for instance when these are compiled conditionally according to a set of macros in a config header file.
It would be nice though if when you search for a tag, occurrences of the symbol within the same source file showed up on top of the match list because most of the time that's the one you want to jump to straight away.
The text was updated successfully, but these errors were encountered:
I use helm-gtags all the time on my C projects. Oftentimes a tag name has multiple matches because of the symbol being defined more than once, in the event that different implementations are available, for instance when these are compiled conditionally according to a set of macros in a config header file.
It would be nice though if when you search for a tag, occurrences of the symbol within the same source file showed up on top of the match list because most of the time that's the one you want to jump to straight away.
The text was updated successfully, but these errors were encountered: