Microsoft/vscode
Auf GitHub ansehen[linked rename] Linked Editing does't work well
Open
#208.276 geöffnet am 21. März 2024
bugeditor-synced-regionhelp wanted
Repository-Metriken
- Stars
- (74.848 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 11h 43m) (1.000 gemergte PRs in 30 T)
Beschreibung
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.87.2
- OS Version: macOS 14.3.1 (23D60)
Steps to Reproduce:
- set up the linked editing option as true
- crate an HTML tag with one or two attributes, like
<div class="main"></div> - modify the name of the tag on the opening tag, you would find out that the closing tag is automatically deleted while not added automatically.