Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>tag-renameNew to Visual Studio Code? Get it now.

tag-rename

Christian Oetterli

|
23,780 installs
| (6) | Free
Rename HTML/XML tags
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Rename HTML/XML tags

Rename HTML/XML tags extension for Visual Studio Code.

After installing, open a HTML, XML or PHP file, place the cursor on a <start> or </end> tag and press F2 (Rename Symbol).

Command

Note: Rename Symbol is available also on attribute names, values...on anything that looks like an id. This extension handles only tag names.

Release Info

v0.2.1

  • Renames tags in PHP files.

v0.1.1

  • Handles self-closing elements and HTML void elements like input, br, link etc.

v0.1.0

  • Initial release

Development setup

  • run npm install inside the project folder
  • open VS Code on the project folder

Build

  • run npm run compile

Package

  • run vsce package
  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft