Questions tagged [omnicppcomplete]
20 questions
1
vote
1 answer
Vim Omnicppcomplete - partially working
I just installed omnicppcomplete and it is "kindof" working.
The behaviour is realy strange, Omnicppcomplete is working for some files but not for others.
E.g.:
If I open file1.cpp omnicppcomplete is working if I push .
However, if I open file2.cpp…

user1829358
- 1,041
- 2
- 9
- 19
1
vote
1 answer
Can't figure out difference - omnicppcomplete versus clang
I am embarking on setting up my VIM with better autocompletion, mainly for classes. In my google research I came across omnicppcomplete and clang. I can't seem to figure out the advantage/disadvantage of the two. Does anyone know?
Also, is one…

BigBrownBear00
- 1,378
- 2
- 14
- 24
0
votes
2 answers
How to get the func prototype after selecting the func via omnicppcomplete?
Is there a way to get vim to paste a function's arguments after selecting it via omnifunc (or at least displaying it after selecting it, but not before)? Something like:
myObject.play(int time, std::string foo)
Maybe even allows you to tab through…

user14437
- 3,130
- 5
- 21
- 13
0
votes
2 answers
VIM+Ctags doesn't work in WinXP
Okay guys, you're my only help :)
I have GVim v. 7.3, Exuberant CTags 5.8, omnicppcomplete (0.41) - all latest, to be exact.
I'm trying to generate tags to use in VIM, but it seems to totally ignore data in tags file.
I've used ctags to generate…

Andrew_Lvov
- 4,621
- 2
- 25
- 31
0
votes
2 answers
Vim key mapping error
I am having a problem using omnicppcomplete with vim. Actually, I am not sure if it is a .vimrc problem or an omnicppcomplete problem. In my .vimrc, I have this command to generate tags for my project when I hit ctrl+F12:
map :!ctags -R…

Sterling
- 3,835
- 14
- 48
- 73