Skip to content

Commit ce79fe1

Browse files
authored
Remove Auto Rename Tag extension (#3)
1 parent 2570898 commit ce79fe1

File tree

4 files changed

+17
-569
lines changed

4 files changed

+17
-569
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
## 1.0.0
99

1010
- Initial release
11+
12+
## 2.0.0
13+
14+
- Removed unused `package-lock.json`
15+
- Removed *Auto Rename Tag*.
16+
17+
### Auto Rename Tag
18+
19+
VSCode released the [Auto update tags](https://code.visualstudio.com/Docs/languages/html#_auto-update-tags), which makes unnecessary the usage of an extra extensions for this.
20+
21+
It is worth noting that this option is disabled by default. It can be enabled by setting:
22+
```json
23+
"editor.linkedEditing": true
24+
```

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22

33
![Version] ![Installs] ![Downloads] ![Rating]
44

5-
PHP Essentials is a collection of popular extensions that help write,
6-
testing and debugging PHP applications in VS Code.
5+
A collection of popular extensions that help you write, test and debug PHP applications in VSCode.
76

87
## Extensions Included
98

@@ -16,7 +15,6 @@ Extension | Author |  
1615
[GitLens] | [@eamodio] | ![GitLens Version] ![GitLens Installs]
1716
[EditorConfig] | [@editorconfig] | ![EditorConfig Version] ![EditorConfig Installs]
1817
[Code Spell Checker] | [@streetsidesoftware] | ![Code Spell Checker Version] ![Code Spell Checker Installs]
19-
[Auto Rename Tag] | [@formulahendry] | ![Auto Rename Tag Version] ![Auto Rename Tag Installs]
2018

2119
## License
2220

@@ -67,4 +65,4 @@ This extension pack is licensed under the [MIT License](LICENSE)
6765
[Auto Rename Tag]: https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-rename-tag
6866
[Auto Rename Tag Version]: https://badgen.net/vs-marketplace/v/formulahendry.auto-rename-tag
6967
[Auto Rename Tag Installs]: https://badgen.net/vs-marketplace/i/formulahendry.auto-rename-tag
70-
[@formulahendry]: https://github.com/formulahendry
68+
[@formulahendry]: https://github.com/formulahendry

0 commit comments

Comments
 (0)