Open girvo opened 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"
padawan.vim
<C-x> + <C-o>
use
$this->get(
@girvo if you try to $this->container->get( <C-x>+<C-o> will you get services list?
$this->container->get(
<C-x>+<C-o>
@girvo Have you managed to get services list?
I can't seem to get it to work with
padawan.vim
using Omnifunc.<C-x> + <C-o>
autcompletes correctly foruse
, 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"