 chickenkiller
Member
|
Hi everyone,
I was trying to see if I could modify a bit the ctags behaviour so that prototypes are included in the tag list when using C/C++. I like to have all my class methods displayed, even if they are only declared and not defined, and that often happens with header files.
I found that using additionalLanguages.conf, one can alter the ctags command line even for already supported languages! Here is what I added in additionalLanguages.conf:
--langdef=c
--c-kinds=+p
And here it is, prototypes are displayed. Neat, isn’t it?
I love Programmer’s Notepad so much. Thank you Simon. 
regards,
Lionel
|