Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wangchunsen/vscode-bracket-select
A vscode plugin for select text between brackets
https://github.com/wangchunsen/vscode-bracket-select
typescript vscode-extension
Last synced: 3 months ago
JSON representation
A vscode plugin for select text between brackets
- Host: GitHub
- URL: https://github.com/wangchunsen/vscode-bracket-select
- Owner: wangchunsen
- Created: 2017-08-21T10:31:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-12T11:29:50.000Z (over 3 years ago)
- Last Synced: 2023-05-15T17:26:07.922Z (over 1 year ago)
- Topics: typescript, vscode-extension
- Language: TypeScript
- Size: 2.06 MB
- Stars: 22
- Watchers: 3
- Forks: 9
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Bracket Select
This is a simple plugin that support to quick select text between matched brackets.
This plugin supports `()`, `{}`, `[]`,`""`, `''`, and ``` `` ```, and can not be customized. Unfortunally angle brackets `<>` are not supported due to RegEx being confused with math (`l < 1`).
Really hope this plugin can help you!## Quick start
Just run command `BraSel:Select` or type `alt+a` to select text between brackets. If you wish to select more, just press it again.If you slected more than you want, at anytime, just press `alt+z`(undo selection), you will bring the previous selections back.
![bracket-select-animation](bracket-select-undo.gif)
If you wish to select text including the brackets, just run `BraSel:Select Include Brackets` or type `cmd+alt+a` on mac and `ctrl+alt+a` on windows.This plugin is works for **multiple cursors** now.
![bracket-select-animation](bracket-select.gif)## Requirements
None## Extension Settings