In Vi / Vim you can move to a bracket and press % and the editor would move the cursor to the matching bracket. This saved large amounts of time when moving around the large files in the editor. Is there a Visual Studio equivalent?
views:
72answers:
2
+4
A:
There is a keyboard binding Edit.GotoBrace
which will do what you need.
The default binding is CTRL + ], which you can change here:
Tools -> Options -> Environment -> Keyboard
tanascius
2010-04-30 10:18:28