VSX CompatibleOXP Native: Planned

// Description

Auto rename paired HTML/XML tag

// Readme

Open VSX

#Auto Rename Tag

Marketplace Version Installs Rating Build Status

Automatically rename paired HTML/XML tag, same as Visual Studio IDE does.

##Sponsors

Tabnine Increase your coding productivity with Tabnine’s AI code completions! Tabnine is a free powerful Artificial Intelligence assistant designed to help you code faster, reduce mistakes, and discover best coding practices - without ever leaving the comfort of VS Code. Tabnine is trusted by more than a million developers worldwide. Get it now.

Stepsize Track and prioritise tech debt and maintenance issues, straight from your IDE. Bookmark code while you work, organise TODOs and share codebase knowledge with your team. Try it out for free today.

Bloop Bored of trawling through the docs? Get JS and TS code examples from documentation and Open Source right in your IDE. Learn more.

Duckly Easy pair programming with any IDE. Duckly enables you to talk, share your code in real-time, server and terminal with people using different IDEs. Try it out for free.

##Book for VS Code

《Visual Studio Code 权威指南》:带你深入浅出 VS Code!

Book

##❤️ Contributors

Kudos to @SimonSiefke for rewriting the logic of this extension!

##Features

  • When you rename one HTML/XML tag, automatically rename the paired HTML/XML tag

##Usages

Usage

##Configuration

Add entry into auto-rename-tag.activationOnLanguage to set the languages that the extension will be activated. By default, it is ["*"] and will be activated for all languages.

{
  "auto-rename-tag.activationOnLanguage": ["html", "xml", "php", "javascript"]
}

The setting should be set with language id defined in VS Code. Taking javascript definition as an example, we need to use javascript for .js and .es6, use javascriptreact for .jsx. So, if you want to enable this extension on .js file, you need to add javascript in settings.json.

##Note

From 1.44, VS Code offers the built-in auto update tags support for HTML and Handlebars that can be enabled with the setting editor.linkedEditing. If this setting is enabled, this extension will skip HTML and Handlebars files regardless of the languages listed in auto-rename-tag.activationOnLanguage

##Change Log

See Change Log here

##Issues

Submit the issues if you find any bug or have any suggestion.

##Contribution

Fork the repo and submit pull requests.

// Install

Open this extension directly in your IDE — no CLI, no extra tools.

Extension ID
formulahendry.auto-rename-tag

If your IDE doesn't open automatically, copy the ID above and paste it into the Extensions view (⌘P ext install <id>).

// Source signals

Publisher
Verified ✓
Rating
5.0 (2)
Downloads
435.9k
Published
2022-03-03
License
MIT
Source
repo
Homepage
link

Live from open-vsx.org. Refreshed hourly.

// Are you the author?

This listing is mirrored from Open VSX. Claim it to ship a native OXP build, customise the page, and respond to reviews.

Claim this listing

// Package Info

Version
0.1.10
Owner
@vsx-formulahendry
Downloads
420.8k
Stars
0