phpactor.el
phpactor.el copied to clipboard
improve goto-definition with interfaces
When working with interfaces, you might be tempted to use goto-definition
to look into an implementation of the interface.
Would be great to show a list consisting of the interface and its implementions, maybe using completing-read
This will require some work upstream : https://github.com/phpactor/phpactor/issues/698