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.
(VB.NET version of this Question: Keyboard shortcut for Jumping between "If/End If")
I found this for you: Jump between braces in Visual Studio:
With the above shortcut, you can also hold SHIFT to select.
On MacOS, use CMD + SHIFT + \ .