Custom Search
Number of hits:

Monday, January 14, 2008

Vim Tips & Tricks

There are so many excellent Vim Tips pages out there...
This is just a small collections of nice plugins/tools I use all the time
These come very handy if you are writing code on vim.


1. taglist(plugin) - Function browser in a seperate window ! looks like a bare minimum IDE !!!
http://vim-taglist.sourceforge.net/
2. cscope(external tool) - Calling/Called function browser, Find C symbols, Find function definitions
http://cscope.sourceforge.net/
3. ctags(external tool) - Generate tag file of C/C++/... functions and go to functions definitions on the fly
However taglist & cscope can do this too
http://ctags.sourceforge.net/

No comments: