-
Notifications
You must be signed in to change notification settings - Fork 629
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
Ctags include files #4035
Comments
NO. However, I have wanted to implement such a feature for years. See #2428 |
It's inefficient but works.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#include "/usr/local/include/test.h"
This is present in one of my source files in /projects
Will ctags go to the include path and get the definition of struct or functions inside it ?
What options to use to recursively include.h inside test.h ?
The text was updated successfully, but these errors were encountered: