Programming - Code Browsing Made Easy Using ctags+gvim
Using ctags+gvim for code browsing...The following command generates a tag file for C/C++ ONLY, you can extend the exclude list for more specific one.
ctags -R --languages="-Java,-JavaScript,-HTML,-Perl,-Sh" < directory name >
For listing all supported languages use
ctags --list-languages
About this entry
You’re currently reading “
- Published:
- 6:51 am
- by -
0 Comments (Post a Comment)