On 3/22/07, Andreas Bakurov <[EMAIL PROTECTED]> 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).
Navigation enhancements are helpful in such cases:
* I need some kind of method tree where i can select methods quickly,
* some enhancements for tag browsing and
* maybe debugger(gdb) interface.
Thank You in advance.
omnicppcomplete (
http://vim.sourceforge.net/scripts/script.php?script_id=1520) can help
with completion
TagList (http://vim.sourceforge.net/scripts/script.php?script_id=273)
is good for browsing methods and whatnot. You'll need to set up
exuberant tags with it, but that's pretty easy. It shows how on the
site.
Project (http://vim.sourceforge.net/scripts/script.php?script_id=69)
is really nice if you need to navigate through a bunch of different
files. I have a special binding that will load a project file for
each of my projects separately. So for instance I have a project
called tome, to load the plugin for tome I do <leader>tome (\tome) and
it will load the plugin and I can easily access any of the files for
the project.
Hope that helps!
--
-fREW