Keyboard shortcut in Visual Studio to select the Current Block
keyboard-shortcuts, vb.net, visual-studio
Solution
Using ReSharper, repeatly press `Ctrl-w` it'll quickly select the desired scope.
Problem
In VB Classic, VBA and also in Visual Studio you can dbl click close to the left hand margin of a block of code and it will select the whole of the current block (sub, function etc). In Visual Studio this clickable area is adjacent to the line numbers on the left. Is there a keyboard shortcut that will do the same job? that is, select the "current block".