emacs-php / emacs-php/phpactor.el
improve find-references
Open
enhancement
- Dominant language
- Emacs Lisp
- Stars
- 47
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
currently, phpactor-find-references opens a separate buffer, listing all references
* [ ] integrate with ivy (inspiration could be taken [herefrom](https://github.com/ensime/ensime-emacs/blob/34eb11dac3ec9d1c554c2e55bf056ece6983add7/ensime-editor.el#L864)
* [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)
Contributor guide
Assessment
This issue has not been assessed yet.