phpactor.el
phpactor.el copied to clipboard
wip : xref backend experiment
I wanted to see how it would behave.
~~attention, this is based on branch feature/phpactor-executable-defcustom-take2~~
can be tested with such function
(defun mk/phpactor-xref ()
"Activates xref backend using phpactor."
(make-local-variable 'xref-prompt-for-identifier)
(setq xref-prompt-for-identifier nil)
(add-hook 'xref-backend-functions #'phpactor-xref-backend nil t))
fixed 2 small thing regarding references but still need to make find-definition behave correctly