You don’t need this vscode plugin any more!
January 18, 2024
VS Code
Hello again friends!
A very popular vscode plugin is Auto Rename Tag
I have used it a lot in the past but now vscode supports the auto rename feature in html,xml,jsx files without adding an external plugin.
All you have to do is open your user settings.json file and add the following line to it:
// settings.json file
"editor.linkedEditing": true