You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First, thanks for this package ! In fact, my issue is more with phpactor.el's phpactor-find-references function but having written it, I thought I'd ask for advice here. I hope it's ok.
So after having registered phpactor.el for smartjump, when I run smart-jump-references , both phpactor-find-references and smart-jump-find-references-with-ag run and each of them opens a new buffer.
Could you confirm it's not the expected behaviour and maybe suggest an example to take inspiration from ?
The text was updated successfully, but these errors were encountered:
Maybe the point is not moving after find-references completes successfully. For example, when I call find-references, I usually have the point move to the references window.
Maybe trying use 'error instead of 'point and see where that gets you.
Hello,
First, thanks for this package ! In fact, my issue is more with phpactor.el's
phpactor-find-references
function but having written it, I thought I'd ask for advice here. I hope it's ok.So after having registered phpactor.el for smartjump, when I run
smart-jump-references
, both phpactor-find-references and smart-jump-find-references-with-ag run and each of them opens a new buffer.Could you confirm it's not the expected behaviour and maybe suggest an example to take inspiration from ?
The text was updated successfully, but these errors were encountered: