-
This feature would be useful for navigating large codebases by showing which method a previewed line belongs to. Currently, the preview buffer does not display breadcrumbs. Should I add a hook to enable it? |
Beta Was this translation helpful? Give feedback.
Answered by
minad
Jul 16, 2024
Replies: 1 comment 5 replies
-
I believe consult-preview-allowed-hooks should be able to handle this. See the examples at https://github.com/minad/consult?tab=readme-ov-file#live-previews. (add-to-list 'consult-preview-allowed-hooks 'breadcrumb-local-mode) |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
minad
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I believe consult-preview-allowed-hooks should be able to handle this. See the examples at https://github.com/minad/consult?tab=readme-ov-file#live-previews.