I\'m trying to get PHP autocompletion right in Vim. Right now when I do a $blog = new Blog(); $blog-> and then hit CTRL+X CTRL+O I\'d expect omn
$blog = new Blog(); $blog->
CTRL+X CTRL+O
I've created a vim plugin for my padawan.php completion server. Checkout this video to see how it works.