PHP omni-completion, PHP objects

2006-09-04 Thread Silent1
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

Re: PHP omni-completion, PHP objects

2006-09-04 Thread A.J.Mechelynck
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

Re: PHP omni-completion, PHP objects

2006-09-05 Thread Mikolaj Machowski
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