On Fri, Mar 23, 2007 at 12:57:40AM +0200, Andreas Bakurov wrote: > Hi! > What is a good set of plug-ins for vim in order to make it suitable for > productive C++ editing for small programs (around 15-20 .cpp files).
I've written a small plugin which creates a tag file from all included files on the fly. You can use this for tag completion easily. If you are interested drop me a mail. To select methods quickly I'd recommend either tags or taglist.vim (on vim.org) You can find some other completion scripts there, too. To get best debugging support you might try http://clewn.sourceforge.net/ (Ask question about that piece of software on their mailinglist) I haven't tried it yet. There are some debugging scripts as well using kind of vim server communication.. They are more difficult to setup. I'm using cgdb to debug applications (I don't have to do it often.) HTH Marc