emacs-php / emacs-php/phpactor.el
improve goto-definition with interfaces
Open
enhancement
- Dominant language
- Emacs Lisp
- Stars
- 47
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
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
Contributor guide
Assessment
This issue has not been assessed yet.