CTags icon indicating copy to clipboard operation
CTags copied to clipboard

C #include statements

Open sidequestboy opened this issue 11 years ago • 2 comments

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.

sidequestboy avatar Jul 20 '13 01:07 sidequestboy

Can you suggest a way of doing this? Is it possible using ctags in Vim?

stephenfin avatar Nov 29 '13 19:11 stephenfin

see https://gist.github.com/yongkangchen/10224897

yongkangchen avatar Apr 09 '14 04:04 yongkangchen