vincaslt / vscode-highlight-matching-tag

Highlights matching opening or closing tag in VSCode
https://marketplace.visualstudio.com/items?itemName=vincaslt.highlight-matching-tag
MIT License
159 stars 16 forks source link

[Request] add a command: Select tag #144

Closed HenryTSZ closed 1 year ago

HenryTSZ commented 1 year ago

Hi and thanks for an awesome extension!

Currently, there is only one select ommand:

Select contents of matching tag pair

for example:

<div>contents</div>

At present, you can only selected contents with command Select contents of matching tag pair

but I want to selected <div>contents</div>

Can you add this command?

vincaslt commented 1 year ago

Done! Added in the new version.