formulahendry / vscode-auto-rename-tag

Automatically rename paired HTML/XML tag
https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-rename-tag
MIT License
259 stars 36 forks source link

fix bug with <a href=/> #557

Closed SimonSiefke closed 3 years ago

SimonSiefke commented 3 years ago

Fixes auto renaming for this edge case:

<div>
  <a href=/></a>
</div>
formulahendry commented 3 years ago

Please resolve the conflicts~

SimonSiefke commented 3 years ago

made new pr https://github.com/formulahendry/vscode-auto-rename-tag/pull/564