I know that Ctrl+} will take you to the corresponding brace in Visual Studio, but say I\'m in the middle of a gigantic function and I don\'t know where the
I usually double press the white line that is located left of the code.
It closes the function but it also takes you to the declaration of the function.