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

Labels: , ,


About this entry