[VS 7.1] shortcut for matching bracket in VS editor

  • Thread starter Thread starter dink
  • Start date Start date
D

dink

helo,

I'm new to VS 7.1, searched thru help but no luck. Anyone can tell me a
keyboard shortcut to go to the ending bracket when cursor is under opening
bracket and vice-versa. I think there must be something like this b/c I see
the matching brackets getting bold for a second while writing the code.

regards
 
Hello,

You can use the CTRL-Right Bracket key combination to find the matching
bracket.

Best Regards,


--
Bob Hanson
Centare Group, Ltd. - Custom
Software and Systems Integration
Specialists
http://www.centare.com
 
dink said:
helo,

I'm new to VS 7.1, searched thru help but no luck. Anyone can tell me a
keyboard shortcut to go to the ending bracket when cursor is under opening
bracket and vice-versa. I think there must be something like this b/c I see
the matching brackets getting bold for a second while writing the code.

regards

You can find the shortcuts under menu Tools -> Customize, click on the
Keyboard button. You will see the list of all the commands to which
shortcuts can be assigned, in particular Edit.GotoBrace currently
associated to Ctrl+^.

Chris.
 
Back
Top