Extension that allows me to click "return" in a function and be taken to the Caller of the function? #2395
Answered
by
alefragnani
JimNayzium
asked this question in
Extension Development QnA
-
Does this exist? The allows me to command-click a function and be taken to it, inside the function I want to click the "return" statement and be taken to the calling function of that function. Surely this exists? |
Beta Was this translation helpful? Give feedback.
Answered by
alefragnani
Nov 15, 2024
Replies: 1 comment
-
Hi @JimNayzium , I’m not aware of any extension, nor setting, that would provide you such feature. So, if you really need such feature, I guess you would need to create a new extension. Hope this helps |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
isidorn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @JimNayzium ,
I’m not aware of any extension, nor setting, that would provide you such feature. So, if you really need such feature, I guess you would need to create a new extension.
Hope this helps