Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

helm-gtags-parse-file is inconsistent with helm-gtags-find-tag-from-here #165

Open
introom opened this issue Feb 1, 2017 · 2 comments
Open

Comments

@introom
Copy link

introom commented Feb 1, 2017

suppose I am in
https://github.com/torvalds/linux/blob/master/net/ipv4/tcp_bbr.c

for the tag: pacing_gain

'helm-gtags-find-tag-from-here' finds the result, while 'helm-gtags-parse-file' failed.

video record here:
https://asciinema.org/a/9yg9ehh5iu4o617rxqgvxr9ut

@syohex
Copy link
Contributor

syohex commented Feb 4, 2017

GNU Global does not support tagging variable, struct fields definitions. GNU global --symbol option can show them but it shows symbol references too. And --symbol option cannot use with --definition option.

@introom
Copy link
Author

introom commented Apr 23, 2017

how to make the result of `helm-gtags-parse-file' be the combination of both "global -s" and "global -d". would you please let me know which place to modify ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants