Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vittorioromeo/vscode-expand-selection-to-scope

Extension that introduces a command to incrementally expand the selection to the nearest outer scope.
https://github.com/vittorioromeo/vscode-expand-selection-to-scope

plugin sublime vscode

Last synced: about 2 months ago
JSON representation

Extension that introduces a command to incrementally expand the selection to the nearest outer scope.

Awesome Lists containing this project

README

        

# 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.)*](https://marketplace.visualstudio.com/items?itemName=vittorioromeo.expand-selection-to-scope)

![example gif](example.gif)

Version 0.2 supports multple cursors:

![example gif - muiltiple cursors](example_multicursor.gif)