In Visual Studio 2010, is there any way to quickly extend the selected text to the next logical code block? For example, if my cursor was here:
And I hit some magical keyboard shortcut, it would select the entire string:
Hit it again, and it would select the next larger logical block of code:
And so on. Does this exist? My google-fu seems to be failing me..
In ReSharper, this is extend selection and the shortcut is CTRL-W. Not sure of a non-ReSharper solution.