Peekmo / atom-autocomplete-php

Autocomplete for PHP in atom editor
MIT License
136 stars 34 forks source link

Does goto work with services ? #407

Open hellomedia opened 4 years ago

hellomedia commented 4 years ago

First of all, thank you for your plugin !

Goto works great for me for classes but not for services.

ie:

$this->get('user.manager')->closeAccount();

Is this a known limitation or something I can fix in my setup ?