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 or feature? I think this is extremely useful.
BTW, omnifunc's preview option is very slow and will not show up after you select a function.