From 6ef0838a5e85753b031cdc39010dec77ec85515d Mon Sep 17 00:00:00 2001 From: Sabih S <67878058+kleenkanteen@users.noreply.github.com> Date: Mon, 14 Mar 2022 07:16:02 -0400 Subject: [PATCH] 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. --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index da92be5..86a49ae 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,6 @@ out awesome. - [Timing](#timing) - [Formatting & Beautification](#formatting--beautification) - [Better Align](#better-align) - - [Auto Close Tag](#auto-close-tag) - [Auto Rename Tag](#auto-rename-tag) - [beautify](#beautify) - [html2pug](#html2pug) @@ -910,13 +909,9 @@ Example of toggling `typescript.inlayHints.functionLikeReturnTypes.enabled` by s ![Better Align](https://raw.githubusercontent.com/WarWithinMe/better-align/master/images/2.gif) -## [Auto Close Tag](https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-close-tag) +## Auto Rename Tag -> Automatically add HTML/XML close tag, same as Visual Studio IDE or Sublime Text - -![Automatically add close tags animation](https://raw.githubusercontent.com/formulahendry/vscode-auto-close-tag/master/images/usage.gif) - -## [Auto Rename Tag](https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-rename-tag) +> Native settings, just add `"editor.linkedEditing": true` to your `settings.json` file > Auto rename paired HTML/XML tags