Is there a keyboard shortcut or an extension that would allow me to select a block of code? I\'d like to select everything between curly braces, between html tags, etc.
Here are some useful shortcuts for working with blocks of code:
alt + shift + ] to select current block of code.
alt + shift + [ move cursor to beginning of code block and again to move to parent block.
ctrl + ] move cursor from bracket to bracket.
ctrl + shift + ] select block of code between brackets.
See the Default keyboard shortcuts in Visual Studio under the Text Editor section for more. It takes some trial and error to find the right combo of shortcuts to suit your needs.