-
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
CodeAction for cvc-complex-type.2.4.a #589
Comments
@NikolasKomonen if you wish to work on this issue, I suggest you that you copy/paste https://github.com/redhat-developer/quarkus-ls/blob/master/quarkus.ls/com.redhat.quarkus.ls/src/main/java/com/redhat/quarkus/services/LevenshteinDistance.java in the LSP4XML services package and you use it like https://github.com/redhat-developer/quarkus-ls/blob/de2988fd65fcdda0968b232f96cf838cd1a32872/quarkus.ls/com.redhat.quarkus.ls/src/main/java/com/redhat/quarkus/services/QuarkusCodeActions.java#L98 |
Fixes eclipse-lemminx#589 Refer to eclipse-lemminx#589 for code to test Signed-off-by: Nikolas Komonen <[email protected]>
Fixes eclipse-lemminx#589 Refer to eclipse-lemminx#589 for code to test Signed-off-by: Nikolas Komonen <[email protected]>
Fixes eclipse-lemminx#589 Refer to eclipse-lemminx#589 for code to test Signed-off-by: Nikolas Komonen <[email protected]>
Fixes eclipse-lemminx#589 Refer to eclipse-lemminx#589 for code to test Signed-off-by: Nikolas Komonen <[email protected]>
Handles regular element names and ones with prefixes Fixes eclipse-lemminx#589 Refer to eclipse-lemminx#589 for code to test Signed-off-by: Nikolas Komonen <[email protected]>
Handles regular element names and ones with prefixes Fixes eclipse-lemminx#589 Refer to eclipse-lemminx#589 for code to test Signed-off-by: Nikolas Komonen <[email protected]>
Handles regular element names and ones with prefixes Fixes eclipse-lemminx#589 Refer to eclipse-lemminx#589 for code to test Signed-off-by: Nikolas Komonen <[email protected]>
Handles regular element names and ones with prefixes Fixes eclipse-lemminx#589 Refer to eclipse-lemminx#589 for code to test Signed-off-by: Nikolas Komonen <[email protected]>
Handles regular element names and ones with prefixes Fixes #589 Refer to #589 for code to test Signed-off-by: Nikolas Komonen <[email protected]>
Given this XML:
A code action should fix the element name by using 2 strategies by using allowed tags
Do you mean 'name'?
Replace with 'modelVersion'
,Replace with 'name'
, ...The text was updated successfully, but these errors were encountered: