-
Notifications
You must be signed in to change notification settings - Fork 39.4k
Horrible indentation bug #33798
Copy link
Copy link
Closed
Labels
*duplicateIssue identified as a duplicate of another issue(s)Issue identified as a duplicate of another issue(s)bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugeditor-autoindentEditor auto indentation issuesEditor auto indentation issues
Metadata
Metadata
Assignees
Labels
*duplicateIssue identified as a duplicate of another issue(s)Issue identified as a duplicate of another issue(s)bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugeditor-autoindentEditor auto indentation issuesEditor auto indentation issues
When i am trying to duplicate an html block, I used to just select the rows, press ctrl+c and then ctrl+v and the block is successfully duplicated
But after the recent update things go horribly wrong when all the indentation gets screwed up as you can see in the attached image: the duplication is indented in relations to it's sibling, not to it's parents, which is totally incorrect in any known language or markup.
Indentation is to the sibling element instead of the parent element not just in duplictions but also in normal writing of code.
Please fix this bug as soon as possible.
By the way, editing css recently also becames challanging as auto complete suggests css properties no one ever really uses, this also started from one of the recent updates.
Steps to Reproduce: