DEV Community

Discussion on: To the VSCode Extensions I Love the Most

Collapse
 
nishithsavla profile image
Nishith Savla

The HTML tag wrapper is also built into VS Code.

To use it follow these steps:

  • Go to command palette using F4 or Ctrl + Shift + P
  • Search for Emmet: Wrap tag with abbreviation
  • Select it and enter the tag you want. You can also use an Emmet expressions here.

For frequent use, you can set a keybinding to it as well