Is there a way(shortcut) to jump to outer code?
Answered
For example, I have a code block like this:

Is there any shortcut that I can jump from cursor 1 to 2, then to 3?
Please sign in to leave a comment.
Hi Seve Lee!
Yes, you can use `Go to Containing Declaration (Ctrl+[)`. It allows moving the caret to the declaration of a type or a function from any position within its body. Here you can find some more tips about navigation.
I hope this helps! Should you have any questions, do not hesitate to ask.
@Alexandra Guk
Thank you! This is what I am looking for!