padawan-php / symfony-plugin

A Symfony2 plugin for padawan.php
7 stars 0 forks source link

Does this work with padawan.vim? #1

Open girvo opened 9 years ago

girvo commented 9 years ago

I can't seem to get it to work with padawan.vim using Omnifunc. <C-x> + <C-o> autcompletes correctly for use, and inside the method bodies, etc. but in a Symfony 2.7 controller, trying $this->get( <C-x> + <C-o> gives me "No pattern found"

mkusher commented 9 years ago

@girvo if you try to $this->container->get( <C-x>+<C-o> will you get services list?

mkusher commented 9 years ago

@girvo Have you managed to get services list?