Skip to content
| Marketplace
Sign in
Visual Studio Code>Formatters>Place tag HTMLNew to Visual Studio Code? Get it now.
Place tag HTML

Place tag HTML

Ziggler

|
12 installs
| (0) | Free
Allows you to set tags collectively without manually interfering with the HTML structure.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Start-up

To activate the extension, open the command palette by pressing Ctrl + Shift + P, then type the "extension.setup" command and press Enter.

Using

Run the insert.tag command from the command palette. Enter the class name or ID of an existing tag, followed by a dash (-), and then the names of the new tags separated by commas. Optionally, you can add the d(deep) flag so that the added tags are nested within each other. Example container - div, span/ container - div, span d

Run the command insert.attribute. Provide the class or ID of one or more tags, followed by a dash and a list of attributes with values for each tag, separated by commas. Example first-container, second-container - id="first" data-group="true", id="second"

Run the remove.tag command. Provide space-separated numbers indicating start and end positions of tag pairs to remove. Every second number marks where a tag ends. Example 10 15 21 30

Reporting problems

If you encounter any problems while using the software, please send a report to gmyrekpatryk6@gmail.com.

License

This project is available under the MIT License.

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