Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 509 Bytes

File metadata and controls

13 lines (7 loc) · 509 Bytes

expand-selection-to-scope

This extension introduces a command that incrementally expands the selection to the nearest outer scope (delimited by bracket pairs). The behavior is similar to Sublime Text.

Command: expand-selection-to-scope.expand

(On the VS Code Marketplace.)

example gif

Version 0.2 supports multple cursors:

example gif - muiltiple cursors