Vim code completion

Bob picture Bob · Jan 28, 2011 · Viewed 10.6k times · Source

Is it possible to make Vim complete the code for you, like in any other IDE (not just word searching, but members of classes, methods etc.)?

What are the best options / plugins available?

Answer

Cam picture Cam · Jan 28, 2011

Clang Complete lets you use Clang for accurate auto-completion of C and C++