- Update dependencies
- Fix Windows CO
- Add sponsor for Duckly
- Fix potential security vulnerabilities
- Fix potential security vulnerabilities
- Support new vscode apis
- Fix bugs
- Also check linkedEditing setting
- Fix #562
- #556: Improve auto renaming with React
- Skip HTML and Handlebars files when the setting
editor.renameOnType
is enabled
- Kudos to @SimonSiefke for rewriting the logic of this extension
- Add notice about performance issue
- #105: Bug fixes
- Add support for Multi Root Workspace
- Fix #30
- Fix GitHub issue#12: Not work when using OPTION+DELETE (or CTRL+BACKSPACE)
- Fix GitHub issue#17: Unexpected renaming when moving row with "alt+down"
- Fix GitHub issue#14: Avoid renaming tag when moving rows with "alt+up/down"
- Fix GitHub issue#11
- Fix GitHub issue#8
- Merge PR#7: Remove console.log
- Update README.md to clarify the configuration for
auto-rename-tag.activationOnLanguage
- Fix GitHub issue#6
- Add support for tag name that contains
- _ : .
- 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
- Update logo
- Initial Release