+10

Extend/Shrink Selection support

ivanbokii 13 jaar geleden bijgewerkt door Can Özmen 12 jaar geleden 4
Extend Selection feature allows you to successively select larger blocks of code.
Place the caret inside a piece of code you want to highlight;
Press Ctrl + W as many times as you need to highlight the desired block.

for details see: http://www.jetbrains.com/resharper/documentation/help20/OtherEdit/extendSelection.html
This exists already. In OS X it defaults to cmd+shift+space.
After pressing cmd+shift+space you can use cmd+u to shrink the selection back.
well, it has not the same behavior. It starts from selecting all code between parentheses or brackets, not from word. I think it'd be better if it'll have more granular behavior.