Moving or Selecting Between Matching Braces
Mar 16, 2011 at 7:57 AM
Visual Studio Tips and Tricks
(1)
When working in C# and C++ it is often useful to be able to switch between matching sets of delimiters. This video shows you how to do this quickly and easily. General: CTRL + ] (move); CTRL + SHIFT + ] (select) Visual C++ 2: CTRL…