phpactor.el icon indicating copy to clipboard operation
phpactor.el copied to clipboard

improve find-references

Open kermorgant opened this issue 5 years ago • 0 comments

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)

kermorgant avatar Mar 05 '19 20:03 kermorgant