omnicppcomplete

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 the arguments like what those snippets plugins allow you to do. Is there such a plugin o...

Problems getting Vim's omnicppcomplete to work right

I'm trying to get OmniCppcomplete to work and I'm running into trouble. I've followed the steps on this page (including the things to add to the .vimrc file). I downloaded and extracted the zip file to ~/.vim, I ran the commands it says, I did everything there and it still doesn't work. I also tried downloading the modified stl for the _...

How to let omnicppcomplete automatically close empty argument lists?

Is it possible to let Vim's omnicppcomplete automatically close argument lists for functions or methods that do not take any arguments? For example, assuming v is an STL vector, when auto completing v.clear(), we end up with: v.clear( It would be nice if the closing parenthesis would be automatically added. Is this possible? ...

Vim OmniCppComplete on vectors of pointers

Hi, I might have done something wrong in the set up but is OmniCppComplete supposed to provide the members/functions of classes when doing this? vectorofpointers[0]-> At the moment all I get when trying that are things relating to the vector class itself, which obviously isn't very useful. I think it might have been working before I ...

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 tags file for bada framework - the file seems to be okay, class definitions present etc. I ...