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

Extension automatically modifies the react fragment syntax in vs code

kishoreio opened this issue · comments

When i use react fragment and insert a tag inside it, for example section tag and inside the section when i nested a tag like h1, the extension automatically modifies the react fragment to the one that was nested inside the section tag.
issue

This issue not only happens for section tag and h1 tag but whatever tag i use and inside that parent tag when i nest a child tag, this tag name is added to the enclosing react fragment.

This is a duplicate of #535 which has been fixed. But 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