Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>SimpleTagRepeaterNew to Visual Studio Code? Get it now.
SimpleTagRepeater

SimpleTagRepeater

Fernando Martinez

|
1 install
| (0) | Free
Quickly generate multiple HTML elements using a simple multiplication syntax, like td*5
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

SimpleTagRepeater

Quickly generate multiple HTML elements using a simple multiplication syntax, like td*5.

Features

  • Fast HTML element repetition using intuitive syntax
  • Write tag*number and press enter to expand into multiple elements
  • Perfect for creating table rows, list items, and other repetitive HTML structures
  • Works seamlessly in HTML files

Usage

Type an HTML tag followed by an asterisk and a number, then press Enter:

td*5

Will expand to:

<td></td><td></td><td></td><td></td><td></td>

Release Notes

1.0.0

Initial release of SimpleTagRepeater


Following extension guidelines

Ensure that you've read through the extensions guidelines and follow the best practices for creating your extension.

  • Extension Guidelines

Working with Markdown

You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:

  • Split the editor (Cmd+\ on macOS or Ctrl+\ on Windows and Linux).
  • Toggle preview (Shift+Cmd+V on macOS or Shift+Ctrl+V on Windows and Linux).
  • Press Ctrl+Space (Windows, Linux, macOS) to see a list of Markdown snippets.

For more information

  • Visual Studio Code's Markdown Support
  • Markdown Syntax Reference

Enjoy!

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