Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/vittorioromeo/vscode-expand-selection-to-scope
- Owner: vittorioromeo
- License: other
- Created: 2016-12-09T22:13:54.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-09-19T05:39:01.000Z (over 3 years ago)
- Last Synced: 2024-07-10T23:28:33.565Z (5 months ago)
- Topics: plugin, sublime, vscode
- Language: TypeScript
- Size: 866 KB
- Stars: 20
- Watchers: 3
- Forks: 6
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)