You Don't Need This VS Code Plugin Anymore
(Updated on )

Hello again, friends!
A popular VS Code extension is Auto Rename Tag. I used it frequently in the past, but VS Code now supports linked tag editing in HTML, XML, and JSX without an external extension.
Open your user settings.json file and add:
"editor.linkedEditing": true
