-
Notifications
You must be signed in to change notification settings - Fork 93
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
Quickfix to close open tag doesn't deal with attributes #760
Conversation
7bc6501
to
9166feb
Compare
when adding |
You mean manage proper formatting, is that? |
9166feb
to
55a2288
Compare
I need to fix test, but it should respect the line indentation. |
5aadbfd
to
bab7449
Compare
Tests are fixed |
Please don't merge, I have found a usecase which is totally wrong: <a>
<b>
</c> |
bab7449
to
c97d217
Compare
fixed, you should have a replace code action for this usecase. |
...clipse/lemminx/extensions/contentmodel/participants/codeactions/CloseStartTagCodeAction.java
Outdated
Show resolved
Hide resolved
...clipse/lemminx/extensions/contentmodel/participants/codeactions/CloseStartTagCodeAction.java
Show resolved
Hide resolved
...clipse/lemminx/extensions/contentmodel/participants/codeactions/CloseStartTagCodeAction.java
Show resolved
Hide resolved
...clipse/lemminx/extensions/contentmodel/participants/codeactions/CloseStartTagCodeAction.java
Outdated
Show resolved
Hide resolved
c97d217
to
a1ea5bd
Compare
...minx/src/test/java/org/eclipse/lemminx/extensions/contentmodel/XMLSyntaxDiagnosticsTest.java
Outdated
Show resolved
Hide resolved
026f521
to
e417a51
Compare
Fixes eclipse-lemminx#646 Signed-off-by: azerr <[email protected]>
Quickfix to close open tag doesn't deal with attributes
Fixes #646
Signed-off-by: azerr [email protected]