-
Notifications
You must be signed in to change notification settings - Fork 206
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
Error when edit spring xml bean config file #1295
Comments
It looks like we have two problems here:
Need to investigate this further... |
Filed this for the XML language server: eclipse-lemminx/lemminx#1653 |
The content-assist from the Spring Boot language server seems to work. It returns an empty list of completions if you don't have prefix (due to too many results would be produced to be useful), but as soon as you start to type, the content-assist shows up nicely. But the error coming from the XML language server actually prevents those proposals from showing up. You can try (and verify) that by disabling the general XML language server in the I will probably also follow-up with the lsp4e project to see what could be done to avoid a situation where one language server that reports an error basically destroys the whole experience, even if other language servers work just fine. |
Here is the issue raised against lsp4e: eclipse-lsp4e/lsp4e#1038 |
Thanks for verifying that disabling the XML language server brings back the Spring specific code completions. It is indeed no real workaround, so we are working on a fix for LSP4E (to show proposals in case one language server throws an error), which would be a reasonable fix here. In addition to that the Lemminx XML language server project should also look into the error and fix it, but with the fix in LSP4E we would not need to wait for that. |
So the problem in the XML language server is already fixed, now we need to include a new release of the Wild Web Developer components that includes the Lemminx XML language server. Created this PR for the necessary update in WWD: eclipse-wildwebdeveloper/wildwebdeveloper#1628 |
The PR for WWD got merged, so waiting for a new release build of the WWD components now. |
When edit spring XML bean config file it got error
the language server setting is
spring xml setting is ON
and error log is
The text was updated successfully, but these errors were encountered: