windwp / vscode-expand-region

porting sublime-expand-region to visual code
GNU General Public License v3.0
57 stars 23 forks source link

Expand to quotes directly #34

Open kubiqsk opened 1 year ago

kubiqsk commented 1 year ago

I would like to add a shortcut to expand directly to quotes. Is it possible? Can you tell me how?

Eg I have this code <div class="btn btn-block btn-a|rrow"></div> and "|" means cursor position (in arrow word) and let's say I want to press CTRL+Q and it should highlight whole btn btn-block btn-arrow