Keymap for "Select to Enclosing Bracket"
Check for existing issues
- [X] Completed
Describe the feature
Jumping between brackets is great - but often I like to use shift & select the entire bracket as well (for lisp type languages, removing a whole form, etc). So it would be great to have, in addition to "editor::MoveToEnclosingBracket", also a simple "editor::SelectToEnclosingBracket" - just as we have "SelectToWord*" etc.
If applicable, add mockups / screenshots to help present your vision of the feature
No response
Agree, VS Code has a command called editor.action.selectToBracket
Nice, I also want that keymap.
Me too. I frequently use this keymap :'v
I found an alternative using editor::SelectLargerSyntaxNode. It's not the same, but you can try to use it too.
I found an alternative using
editor::SelectLargerSyntaxNode. It's not the same, but you can try to use it too.
This is awesome. This can handle the <>. In other bracket selection < and > will be treated as an OP symbol.