phpactor.el
phpactor.el copied to clipboard
improve find-references
currently, phpactor-find-references opens a separate buffer, listing all references
- [ ] integrate with ivy (inspiration could be taken herefrom
- [x] make buffer with references easily closable (like pressing
q
) - [x] make buffer listing references immune to replacement when clicking on one of its elements (clicking on a link should open the related buffer in another window)