Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>html tag wrapperNew to Visual Studio Code? Get it now.
html tag wrapper

html tag wrapper

hwencc

|
572,166 installs
| (20) | Free
wrap selected html tag by press ctrl+i, you can change the wrapper tag name simply too
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

tag-wrapper

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.

Version Installs Ratings

Features

Example

Extension Settings

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.

Release Notes

0.1.1

base function

0.1.4

support jsx like environments.


About

This plugin is inspired by @草莓. Thx for her idea.

Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft