-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider implementing xref-backend-references
#433
Comments
I'm very interested in this too. Specifically, I have a somewhat interesting use case: I have another xref backend which supports jump-to-definition efficiently, but doesn't support jump-to-references, so it would be nice to use dump-jump to provide that latter functionality. That being said, after you mentioned this I looked at the default |
FWIW I went ahead and did exactly what I just said, just improved the default |
@catern the bug report at Emacs currently ends with |
Feel free to respond to pick up ownership of the patch and respond to that thread, I don't plan to work on it any more. (I use C-x p g these days for this use case) |
Hello, thanks for this very useful library. I was wondering if you had considered implementing the "find references to symbol" part of xref.
Right now,
M-.
works great for jumping to a symbol. But once I'm there, if I typeM-?
, xref falls back to a really slowfind … | grep
thing. I was wondering if it would be feasible to reuse the same ag/rg searching instead.I don't know much about the internals of either xref or dumb-jump, but I'm happy to poke at this if it seems like something you would consider merging.
The text was updated successfully, but these errors were encountered: