Alex Boyko
Alex Boyko
It is likely due to tags like this: `` if these are replaced with `` then it might start working... Namely it is the `` under the `` tag (under...
Do you have XML language server enabled?
Is content assist, validation still working in the POM editor?
Please turn on the logging for the Lemminx server (XML language server)  Have another go at formatting while the logging is on and share the log contents with us...
How do you invoke the formatting action? Select all/range and then Ctrl-F/Cmd-F? I don't see the `textDocument/rangeFormatting` message sent to XML language server in your log file... I do see...
Do you see the `textDocument/rangeFormatting` in the XML LS log when you invoke the format action? If not, we should probably have a look at the Eclipse log as well......
@egateza are you setting spring boot ls java home setting to Java 17? Is this the solution you're trying? I think it should be Java 21 now... I'll ensure we're...
Can you try executing a command from the command palette: "Java: Clean Java Language Server Workspace"?
Any luck? Wonder if you get any spring workspace symbols for the newly created project? Does invoking "Go To Symbol in Workspace..." command show any spring beans (i.e. type `@+`...
The command piece is being implemented in #1713