Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 6ef0838

Browse files
authored
Update README.md
According to https://www.roboleary.net/vscode/2020/08/05/dont-need-extensions.html, auto renaming HTML/XML tags has been a native feature for more than a year, the default was just false. And for auto closing tags, it was also a native feature for more than a year, and the default has been true so no need to mention it.
1 parent ddcdf46 commit 6ef0838

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ out <a href="https://github.com/sindresorhus/awesome">awesome</a>.
137137
- [Timing](#timing)
138138
- [Formatting & Beautification](#formatting--beautification)
139139
- [Better Align](#better-align)
140-
- [Auto Close Tag](#auto-close-tag)
141140
- [Auto Rename Tag](#auto-rename-tag)
142141
- [beautify](#beautify)
143142
- [html2pug](#html2pug)
@@ -910,13 +909,9 @@ Example of toggling `typescript.inlayHints.functionLikeReturnTypes.enabled` by s
910909
911910
![Better Align](https://raw.githubusercontent.com/WarWithinMe/better-align/master/images/2.gif)
912911

913-
## [Auto Close Tag](https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-close-tag)
912+
## Auto Rename Tag
914913

915-
> Automatically add HTML/XML close tag, same as Visual Studio IDE or Sublime Text
916-
917-
![Automatically add close tags animation](https://raw.githubusercontent.com/formulahendry/vscode-auto-close-tag/master/images/usage.gif)
918-
919-
## [Auto Rename Tag](https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-rename-tag)
914+
> Native settings, just add `"editor.linkedEditing": true` to your `settings.json` file
920915
921916
> Auto rename paired HTML/XML tags
922917

0 commit comments

Comments
 (0)