I want VIM amount of control with VS Code flexibility of customization.
Since VSCode doesn't provide that I made a plugin that support quick select text between matched brackets.
This plugin supports (), {}, [], <>,"", '', and ``, and can not be customized.
Hope u enjoy the plugins!
Main focus is for C++ development if you want your language to be supported, you can let me know.
Quick start
Just run command BracPlusPlus: Select Inside Bracket or type alt+a to select text between brackets. If you wish to select more, just press it again.
This plugin is works for multiple cursors now.
TODO:
Add support to delete content inside a bracket in a single keypress.
Add support to delete the whole bracket in a single keypress.
Maybe:
Add support to delete word without removing space. (VS Code have delete word but also remove the space before it, WHY?????)