Hello,

"Richard Catlin" wrote:
> I am new to Vim.  I have always programmed in Thicker IDEs, such a
> Eclipse and SlickEdit.  These editors automatically setup
> autocompletion for C++.  What is the best way to do this in Vim?

It's certainly to install clang_complete [1]. It's not that omnicppcomplete is 
a bad plugin, it's just that it's rely on ctags and that ctags' C++ 
understanding is not very good.

NB: I still require ctags in my C/C++ ftplugin suite for various advanced 
operations (refactoring, functions overriding, etc). Until I take the time to 
migrate to clang or to gcc plugins.

HTH,

[1] https://github.com/Rip-Rip/clang_complete

-- 
Luc Hermitte
http://lh-vim.googlecode.com/
http://hermitte.free.fr/vim/

-- 
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

Reply via email to