Omnicomplete is the name of the Vim feature which provides smart autocompletion. A popup menu offers word completion choices that may include struct and class members, system functions, and more. It is similar to Microsoft's IntelliSense.
Questions tagged [omnicomplete]
121 questions
-1
votes
2 answers
ctags for autocompleting c++ library functions in vim
After following some tutorials i tried to use exuberant ctags to autocomplete e.g. openGL functions. I used the command
ctags -R --languages=C,C++ --c++-kinds=+p --fields=+iaS --extra=+q ./
in the directory where the freeglut.h, glew.h etc…

Simen Andresen
- 169
- 1
- 3
- 8