-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Closed
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityhtmlHTML support issuesHTML support issueson-testplan
Milestone
Description
- VSCode Version: 1.21.1
Description:
In order to rename an HTML/XHTML/XML tag we have to modify tag start, then modify tag end.
Steps to Reproduce:
- Disable all visual studio code extensions
- Create element: <div>Hello</div>
- Modify tag start: <label>Hello</div>
- Modify tag end <label>Hello</label>
Suggestion:
I suggest that when tag start is modified, the corresponding tag end should be automatically modified and vice versa.
Benefits:
- Make it easier to avoid typos, especially in XHTML/XML when we modify a custom tag where auto-complete is not available
- Avoid scrolling to tag end when element content is very large
michaeljota, wangweixuan, DanielHZhang, hbelen, zackkrida and 55 moremichael-letcher, davidabsilva and marcelcunha
Metadata
Metadata
Assignees
Labels
feature-requestRequest for new features or functionalityRequest for new features or functionalityhtmlHTML support issuesHTML support issueson-testplan