All Projects → wangchunsen → vscode-bracket-select

wangchunsen / vscode-bracket-select

Licence: other
A vscode plugin for select text between brackets

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to vscode-bracket-select

Vscode One Monokai
🎨 Vscode One Monokai theme.
Stars: ✭ 214 (+1026.32%)
Mutual labels:  vscode-extension
Vscode Deno
[Deprecated] Move to https://github.com/denoland/vscode_deno
Stars: ✭ 249 (+1210.53%)
Mutual labels:  vscode-extension
serverless-vscode
Serverless framework integration for VSCode
Stars: ✭ 26 (+36.84%)
Mutual labels:  vscode-extension
Typescript Hero
VSCode extension that assists you with your everyday work around typescript
Stars: ✭ 222 (+1068.42%)
Mutual labels:  vscode-extension
Styled Ppx
Typed styled components in Reason, OCaml and ReScript
Stars: ✭ 236 (+1142.11%)
Mutual labels:  vscode-extension
Netlify
A VS Code extension that displays your Netlify build statuses and more!
Stars: ✭ 23 (+21.05%)
Mutual labels:  vscode-extension
Code Blue
A carefully concocted dark theme made of subtle blues and bright hues that’s easy on the eyes for focused coding.
Stars: ✭ 215 (+1031.58%)
Mutual labels:  vscode-extension
vscode-ledger
Visual Studio Code support for Ledger files
Stars: ✭ 18 (-5.26%)
Mutual labels:  vscode-extension
Vscode Live Server
Launch a development local Server with live reload feature for static & dynamic pages.
Stars: ✭ 3,275 (+17136.84%)
Mutual labels:  vscode-extension
vscode-live2d
一个简单的VSCode看板娘插件,会跟随你的鼠标动作变化,写代码累了可以逗逗她哦
Stars: ✭ 87 (+357.89%)
Mutual labels:  vscode-extension
Vscode Jupyter
VS Code Jupyter extension
Stars: ✭ 216 (+1036.84%)
Mutual labels:  vscode-extension
Vscode Comment Translate
vscode 注释翻译插件, 不干扰正常代码,方便快速阅读源码。
Stars: ✭ 235 (+1136.84%)
Mutual labels:  vscode-extension
unotes
Unotes Visual Studio Code Extension. A markdown WYSIWYG notes editor.
Stars: ✭ 137 (+621.05%)
Mutual labels:  vscode-extension
Ghosttext
👻 Use your text editor to write in your browser. Everything you type in the editor will be instantly updated in the browser (and vice versa).
Stars: ✭ 2,614 (+13657.89%)
Mutual labels:  vscode-extension
vscode-checkstyle
Haxe Checkstyle extension for Visual Studio Code
Stars: ✭ 24 (+26.32%)
Mutual labels:  vscode-extension
Vscode Ghc Simple
Simple GHC (Haskell) integration for VSCode
Stars: ✭ 214 (+1026.32%)
Mutual labels:  vscode-extension
vscode-R
R Extension for Visual Studio Code
Stars: ✭ 788 (+4047.37%)
Mutual labels:  vscode-extension
vscode-abaplint
Visual Studio Code abaplint extension
Stars: ✭ 18 (-5.26%)
Mutual labels:  vscode-extension
vscode-pin-up
A VSCode extension allows you to pin up some frequently used files so that you can access them later with more convenience.
Stars: ✭ 45 (+136.84%)
Mutual labels:  vscode-extension
vscode-trailingspaces
A VS Code extension that allows you to highlight trailing spaces and delete them in a flash!
Stars: ✭ 54 (+184.21%)
Mutual labels:  vscode-extension

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

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

Requirements

None

Extension Settings

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].