# Auto Rename Tag
[![Marketplace Version](https://vsmarketplacebadge.apphb.com/version/formulahendry.auto-rename-tag.svg)](https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-rename-tag) [![Installs](https://vsmarketplacebadge.apphb.com/installs/formulahendry.auto-rename-tag.svg)](https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-rename-tag) [![Rating](https://vsmarketplacebadge.apphb.com/rating/formulahendry.auto-rename-tag.svg)](https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-rename-tag) [![Build Status](https://travis-ci.org/formulahendry/vscode-auto-rename-tag.svg?branch=master)](https://travis-ci.org/formulahendry/vscode-auto-rename-tag)
Automatically rename paired HTML/XML tag, same as Visual Studio IDE does.
## Features
* When you rename one HTML/XML tag, automatically rename the paired HTML/XML tag
## Usages
![Usage](https://github.com/formulahendry/vscode-auto-rename-tag/raw/master/images/usage.gif)
## 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.
```json
{
"auto-rename-tag.activationOnLanguage": [
"html",
"xml",
"php",
"javascript"
]
}
```
**Note:** The setting should be set with language id defined in [VS Code](https://github.com/Microsoft/vscode/tree/master/extensions). Taking [javascript definition](https://github.com/Microsoft/vscode/blob/master/extensions/javascript/package.json) 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.
## Change Log
See Change Log [here](https://github.com/formulahendry/vscode-auto-rename-tag/blob/master/CHANGELOG.md)
## Issues
Submit the [issues](https://github.com/formulahendry/vscode-auto-rename-tag/issues) if you find any bug or have any suggestion.
## Contribution
Fork the [repo](https://github.com/formulahendry/vscode-auto-rename-tag) and submit pull requests.
![avatar](https://profile-avatar.csdnimg.cn/aabe6d6d0d60488ebb2b6aca61c27695_lijunhcn.jpg!1)
![avatar-vip](https://csdnimg.cn/release/downloadcmsfe/public/img/user-vip.1c89f3c5.png)
辣椒种子
- 粉丝: 4355
- 资源: 5859
最新资源
- API监控看板搭建:Prometheus+Grafana实时追踪DeepSeek调用指标.pdf
- Chatbox、CherryStudio集成DeepSeek:打造企业级智能对话系统的秘诀.pdf
- ChatGPT辅助开发:用AI自动生成DeepSeekAPI客户端代码的技巧.pdf
- API文档自动化生成术:Swagger集成DeepSeek的OpenAPI规范实践.pdf
- CUDA核心优化:DeepSeek与英伟达NIM平台的协同实践.pdf
- DeepSeek+Dify极速集成:3小时搭建企业级AI知识库.pdf
- DeepSeekAPI安全加固指南:防注入攻击与敏感数据过滤方案.pdf
- DeepSeekAPI调用全流程解析:从密钥获取到响应优化的10个关键步骤.pdf
- DeepSeekAPI调用全解析:从零搭建到高效集成的10个核心步骤.pdf
- DeepSeekAPI调用全解析:从注册到实战的10个必知技巧.pdf
- DeepSeekAPI高并发架构设计:从限流策略到分布式缓存方案.pdf
- DeepSeekAPI零基础到精通:Python、Go、Java多语言SDK配置全指南.pdf
- DeepSeekAPI限流破解指南:令牌桶算法与分布式缓存的最佳实践.pdf
- DeepSeek-V3模型架构解密:从训练框架到API接口的底层逻辑.pdf
- DeepSeekvsGPT-4:MoE架构在API吞吐量上的碾压优势.pdf
- DeepSeek多模态API开发指南:图文混合生成的技术实现路径.pdf
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
![feedback](https://img-home.csdnimg.cn/images/20220527035711.png)
![feedback](https://img-home.csdnimg.cn/images/20220527035711.png)
![feedback-tip](https://img-home.csdnimg.cn/images/20220527035111.png)