Skip to content

MishaKazakov/vscode-bracket-select

This branch is up to date with wangchunsen/vscode-bracket-select:master.

Folders and files

NameName
Last commit message
Last commit date
Aug 21, 2017
May 19, 2020
May 19, 2020
Aug 21, 2017
Aug 21, 2017
May 19, 2020
Jan 23, 2021
May 20, 2020
May 18, 2020
Mar 8, 2019
May 19, 2020
May 19, 2020
Aug 21, 2017

Repository files navigation

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

About

A vscode plugin for select text between any symbols

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%