-
Notifications
You must be signed in to change notification settings - Fork 30.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Emmet + selection gives weird behavior #53182
Comments
@JacksonKearl Passing |
Of these, it is only important that selectPrev/Next item stays false and balance out stays false. The others could go either way. |
I put up a PR that explicitly passes |
Flipped back to normal standards. |
As for the issue with tag auto-completion I believe we don't have direct access to the fact that the edit operation was an undo inside the extension, but we might be able to decide not to insert the closing tag if the edit operation inserted a closing tag itself? Relevant lines: https://github.com/Microsoft/vscode/blob/56fb08bd529544ac1eb9d89abd7a4af53bf508de/extensions/html-language-features/client/src/tagClosing.ts#L47 |
@JacksonKearl Can you do a similar analysis to the use of |
@ramya-rao-a Put up a new commit that explicitly sets the getNode parameter where required (only one place I could find) I also flipped the default to |
From #51180
I don't know if this is expected or not
<div
<body />
And this seems related:
<div />
which is weird, it deleted the opposite of the selectionThe text was updated successfully, but these errors were encountered: