for instance, say I create an object.
$myobject = new MyClass;
when I type $myobject->[I'd like a menu to pop up here with available functions]
for instance, say I create an object.
$myobject = new MyClass;
when I type $myobject->[I'd like a menu to pop up here with available functions]
The PHP omni-completion of Vim 7 should do that.
:help ft-php-omni
:help new-omni-completion