-
Notifications
You must be signed in to change notification settings - Fork 82
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
Automatically closing tags in multi-cursor mode only closes one tag #225
Comments
ckoppelman
changed the title
Automatically closing tags in multi-cursor mode is broken
Automatically closing tags in multi-cursor mode only completes one tag
Feb 5, 2020
ckoppelman
changed the title
Automatically closing tags in multi-cursor mode only completes one tag
Automatically closing tags in multi-cursor mode only closes one tag
Feb 5, 2020
If you use multi-cursor a lot, this is a deal breaker |
angelozerr
added
bug
Something isn't working
completion
and removed
enhancement
New feature or request
labels
Jun 1, 2021
angelozerr
added a commit
to angelozerr/vscode-xml
that referenced
this issue
Jun 1, 2021
Fixes redhat-developer#225 Signed-off-by: azerr <azerr@redhat.com>
Sorry I just discovered this issue now :) I'm fixing. |
angelozerr
added a commit
to angelozerr/vscode-xml
that referenced
this issue
Jun 4, 2021
Fixes redhat-developer#225 Signed-off-by: azerr <azerr@redhat.com>
angelozerr
added a commit
to angelozerr/vscode-xml
that referenced
this issue
Jun 4, 2021
Fixes redhat-developer#225 Signed-off-by: azerr <azerr@redhat.com>
angelozerr
added a commit
to angelozerr/vscode-xml
that referenced
this issue
Jun 4, 2021
Fixes redhat-developer#225 Signed-off-by: azerr <azerr@redhat.com>
datho7561
pushed a commit
that referenced
this issue
Jun 4, 2021
Fixes #225 Signed-off-by: azerr <azerr@redhat.com>
AlexXuChen
pushed a commit
to AlexXuChen/vscode-xml
that referenced
this issue
Jun 7, 2021
Fixes redhat-developer#225 Signed-off-by: azerr <azerr@redhat.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
In multi-cursor mode, the autocompletion only completes one XML Tag.
Steps to reproduce
"xml.completion.autoCloseTags": true
.>
Expected
I expect the document to look like this:
Actual
Instead, the document looks like this:
The text was updated successfully, but these errors were encountered: