vscode-bracket-select icon indicating copy to clipboard operation
vscode-bracket-select copied to clipboard

A vscode plugin for select text between brackets

Results 15 vscode-bracket-select issues
Sort by recently updated
recently updated
newest added

#7 also renamed "quoteBrackets" to "SameBracket" to help understand when changing settings

I am writing to suggest a feature enhancement that I believe would greatly improve the functionality of the plugin. Currently, the plugin offers seamless selection of text between matched brackets,...

The default keyboard shortcut for Toggle Word Wrap is also Alt+Z. I'm wondering: Why is the undo selection command needed at all? Doesn't Ctrl+U (Cursor Undo) achieve the same thing?

add a hotkey to - add () or [] or {} for selected block. - delete { } for selected block Initially I want to find a way to achieve...

`"Tom's house"` Place the curser after `Tom'` & press `alt + a`, it is selecting the entire parent block. **Expected**: Only `"Tom's house"` should be selected. NOTE: Place the curser...

I wish this works by just double tapping on the tags and get inner code highlighted, rather than having to hold Cmd+Option+A

I find most of time when I select the content in bracket, I will also copy the content. It would be convinient to support auto copy the selection. Maybe we...