Is there a keyboard shortcut in Visual Studio 2010 (I\'m using ReSharper 6.1 also) that will allow me to surround a selected block of text with curly braces? I tried \"
Select rows of code.
Press Ctrl E-U (Surround with template) (or Ctrl Alt J for Intelli J).
Select option 7: { }.
Works for me.