formulahendry / vscode-auto-rename-tag

Automatically rename paired HTML/XML tag

Home Page:https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-rename-tag

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support rename script and style tag in HTML files

humphreygao opened this issue · comments

我试了下在HTML文件中不能同时重命名script的开关标签。

@SimonSiefke Thank you, but it seems that this issue is not fixed.

@humphreygao There is an issue with the VSCode marketplace which causes VSCode to install a wrong version.

You can download v0.1.4 manually:
Step 1: Download auto-rename-tag-0.1.4.zip and extract the zip
Step 2: In VSCode, open the Command Palette with Ctrl+Shift+P and type "Extensions: Install from vsix"
Step 3: Select the vsix and install

@humphreygao There is an issue with the VSCode marketplace which causes VSCode to install a wrong version.

You can download v0.1.4 manually:
Step 1: Download auto-rename-tag-0.1.4.zip and extract the zip
Step 2: In VSCode, open the Command Palette with Ctrl+Shift+P and type "Extensions: Install from vsix"
Step 3: Select the vsix and install

@SimonSiefke It works! 😃