Auto Rename Tag – Extension for Visual Studio Code

Auto Rename Tag Extension for Visual Studio Code
Overview: The Auto Rename Tag extension, created by Jun Han, is a popular tool for Visual Studio Code, boasting over 18 million installations. It automatically renames paired HTML/XML tags when one of them is renamed, enhancing coding efficiency and reducing errors.
Key Features:
- Automatically renames paired HTML/XML tags.
- Configuration allows activation for specific languages like HTML, XML, PHP, and JavaScript.
Usage: To use, install the extension and modify the auto-rename-tag.activationOnLanguage
setting in VS Code’s configuration file.
Additional Information: VS Code now offers built-in support for automatic tag updates for HTML and Handlebars, which can be enabled with editor.linkedEditing
.