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

This extension seems to be obsolete since VSCode v1.79 #624

Open micnic opened 1 year ago

micnic commented 1 year ago

Since VSCode v1.79 the editor.linkedEditing setting supports more types of files to edit tags, including JSX, HTML and XML. It seems that this extension is obsolete.

zqy233 commented 1 year ago

I tried the editor.linkedEditing setting , it also supports Vue, but it seems that it does not support JSX.

zanminkian commented 1 year ago

In tsx file, enabling editor.linkedEditing still have some bugs and not perfect. I choose to use this extension until this config is stable.

eloen1998 commented 11 months ago

I tried the editor.linkedEditing setting , it also supports Vue, but it seems that it does not support JSX.

How can linkedEditing support Vue, It seems that it does not work on my vue2.

zqy233 commented 10 months ago

How can linkedEditing support Vue, It seems that it does not work on my vue2.

I just set it to true, and it works, and I also have the volar plugin installed,moreover, it might be related to the version of VSCode. You could try the latest version

karisDev commented 1 month ago

editor.linkedEditing still doesn't support many languages. I'm having problems with .astro and .svelte files