Is there a way in Visual Studio 2008 to go from a closing brace to its opening brace? I've found a fair amount of stuff about highlighting the brace, but nothing about moving the cursor to it.
|
|
I found this for you: Jump between braces in Visual Studio
|
|||||||||||||||
|
|
Use CTRL + ] to switch between them. Place the cursor at one of the braces when using it. |
|||
|
|
|
I use Visual Studio 2008, and you can customize what you want this shortcut to be.
Then look for Edit.GotoBrace |
|||
|
|
|
In my Portuguse keyboard and SO with EN VS it's CTRL + « to navigate to matching brace and CTRL + SHIFT + « if you pretend to select the inner code. |
||||
|
|
|
On Spanish Keyboard it is: CTRL + ¿ (or CTRL + ¡) |
|||
|
|
On my Italian keyboard, it's CTRL + ^. |
||||
|
|
|
Goto Tools > Options > Environment > Fonts and Colors, select the "Brace Matching (Rectangle)" and change the "Item Background" to e.g. Yellow. This worked for the C# parentheses () {} and []. |
||||
|
|
|
If for some reason this is NOT working for you, something may have messed up your keyboard bindings ( it didn't work for me ), You can re-enable the binding easy enough though - at least so I thought: I tried this procedure:
Tried it , and it still didn't work. Restarted VS, and it still didn't work - well it ONLY worked in cs files, but I need it to work in vb files and text files, and...well ALL files! |
||||
|
|
|
For completeness sake, on a Swedish keyboard it's CTRL + å . Also, I guess logical, but worth mentioning CTRL + shift + å (for capital Å), selects everything inside the braces and goes to the matching one. |
|||
|
|
|
on my romanian keyboard ( laptop and my other 100 pc's) it is |
|||
|
|