Replies: 3 comments 4 replies
-
|
This should be simple to add. Both consult-mark and consult-global-mark can take a list of markers. Would it be sufficient to wrap one of those? |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Probably this https://takeonrules.com/2024/06/08/adding-a-consult-function-for-visualizing-xref/ |
Beta Was this translation helpful? Give feedback.
1 reply
-
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
I saw this implemented somewhere and can't find it again. I always get lost in the xref mark stack as you jump to various definitions. It would be great to have a
M-x consult-xref-historythat presented the xref history stack and where you are within it, similar to consult-mark. Note that thexref--historyis a cons of two stacks, backwards and forwards, and can be global or window-local.Beta Was this translation helpful? Give feedback.
All reactions