CTags
CTags copied to clipboard
C #include statements
It would be nice if you could jump to header files referenced in include statements. Currently, it ignores the .h extension, and does a search for the base file name or something.
Also, it would be nice if the ctags results for clicking on a function were prioritized or restricted to those in the scope of the file.
Can you suggest a way of doing this? Is it possible using ctags in Vim?
see https://gist.github.com/yongkangchen/10224897