Releases: formulahendry/vscode-auto-rename-tag
Releases · formulahendry/vscode-auto-rename-tag
v0.0.4
- Add support for tag name that contains
- _ : .
v0.0.3
- Fix paired tags not updated when there are void elements or self-closing tags between paired tags
- Fix GitHub issue#2
- Fix GitHub issue#3
- Parse document independently instead of using SAXParser of parse5 npm package to avoid uncontrollable parse behavior
v0.0.1
- When you rename one HTML/XML tag, automatically rename the paired HTML/XML tag