You can use it in jsx like environments(Vue, React...) too
You may install EditorConfig for VS Code to support your tab/space style
Note: As I only tested in win10 and ubuntu, may be this plugin wouldn't work in other platform.
The default keybinding of this plugin is ctrl+i. You can change it by adding
{
"key": "ctrl+shift+i",
"command": "extension.wrapTag",
"when": "editorTextFocus"
}
on your vscode custom keybind setting file.
base function
support jsx like environments.
This plugin is inspired by @草莓. Thx for her idea.
Enjoy!