carduh
carduh

Reputation: 529

Move between Brackets - Visual Studio

Imagine that I have an huge code, and huge function in the same file. Every function (in almost languages) has an "begin" bracket and an "end" bracket. I would like to know if there is any way (shortcut) to move automatically from "begin" to "end" bracket and vice-versa. I know that exists an highlight, but in a huge code, sometimes, is hard to see it.

Upvotes: 0

Views: 55

Answers (1)

SergeyIL
SergeyIL

Reputation: 595

You can use CTRL + ] shortcut to move between matching braces

Upvotes: 2

Related Questions