Had to got message from Yahoo Groups, original post was lost somewhere:
> with vim7's omni-completion how do you call/get functions/variables
> relating to a specific class?
>
> $object = new HTML_QuickForm();
> $object->
>
> And then after you type -> how do i call for completions only relating
Silent1 wrote:
[...]
Lastly when you get the list of suggestions, what are the different
keys you can press to cancel the drop down (I've been pressing escape
but then I'm out of insert mode and the suggestion i was on has been
filled in my code). I remember vim's help had the list of keys but i
Hi all,
with vim7's omni-completion how do you call/get functions/variables
relating to a specific class?
$object = new HTML_QuickForm();
$object->
And then after you type -> how do i call for completions only relating
to the HTML_QuickForm class? I've tried the patch for ctags for PHP5
but my r