formulahendry / vscode-auto-rename-tag

Automatically rename paired HTML/XML tag
https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-rename-tag
MIT License
259 stars 36 forks source link

VSCode Insiders now has auto renaming feature by default #596

Closed aghArdeshir closed 2 years ago

aghArdeshir commented 2 years ago

I updated VSCode Insiders today, and I received a notification in one of my HTML files indicating that a new setting is added:

image

Will this affect this respository?

icleolion commented 2 years ago

This setting has existed throughout 2021. I believe it was introduced in v1.44.

Unfortunately whether or not it makes this extension redundant for you depends on what languages you work in. If you want auto-renaming in anything that isn't an HTML or Handlebars file then you will need to keep this extension active

If like me you want auto renaming in Vue SFCs, then you won't be able to disable this extension until Vetur implements it, see issue https://github.com/vuejs/vetur/issues/565 to track progress...

aghArdeshir commented 2 years ago

I think I rushed into creating an issue. Sorry. I'll just close it. Thanks. Sorry.