How to go to file from "find all references" view #14893
-
When I invoke "find all references", I'm taken to a nice view showing each file and the snippets containing the referenced identifier. How can I then jump from one of these snippets to the whole file with the cursor on the correct line? |
Beta Was this translation helpful? Give feedback.
Answered by
humblehacker
Jul 21, 2024
Replies: 1 comment 3 replies
-
I found the answer by button mashing - |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
humblehacker
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found the answer by button mashing -
alt-enter
, or if using vim,G ␣
. Both mapped toeditor::OpenExcerpts
.