DEV Community

Discussion on: Top 10 VSCode Extensions as a Web Developer

Collapse
 
jdbruxelles profile image
José dBruxelles

Hi, I think that you don't actually need the Auto Rename Tag extension in VS Code because the editor already includes this functionality by default.

Collapse
 
hb profile image
Henry Boisdequin

If that's so then it's strange that mine didn't do that by default. Did you set a setting in VSCode to enable that feature?

Collapse
 
jdbruxelles profile image
José dBruxelles

Yes, you can enable it by setting editor.renameOnType to true in the editor settings.

Thread Thread
 
hb profile image
Henry Boisdequin

Thanks, I will try it out!