Alex Boyko
Alex Boyko
I don't see this behaviour with our sample projects... Any chance you can reproduce the issue with a sample project and share the workspace including the project with us? Did...
The only complication of Spring Boot LS adoption in clients other than VSCode and Eclipse would be supporting communication between Spring Boot LS and JDT LS via the client -...
Almost forgot. The comm between JDT LS and Boot LS via the client requires some client code to be present. For example classpath listener related comm (most important) requires message...
If `jdt-ls-commons.jar` and `jdt-ls-extension.jar` are the JARs from Boot LS that are extensions of the JDT LS then these would be inside JDT LS process. These are essentially Eclipse bundles...
It is exploded JAR. Launching the server would be `java -cp org.springframework.ide.vscode.boot.app.BootLanguageServerBootApp` In other words launch java main class with the classpath. See this for classpath: https://github.com/spring-projects/sts4/blob/main/vscode-extensions/commons-vscode/src/launch-util.ts#L267
Rewrite recipes only work with all the code compiling and hence all types properly resolved. This also includes rewrite's recipe `ChangeMethodName`. However, this limitation does not mean that we cannot...
I import petclinic via "Import Spring Getting Started Content". The project name is `spring-petclinic`. The same label `spring-petclinic` is shown in the Boot Dashboard. Clicking the button with a "pencil"...
@pmahony893 I didn't see `!---` and `#---` to be mentioned in the Oracle's [Java Properties spec](https://docs.oracle.com/cd/E23095_01/Platform.93/ATGProgGuide/html/s0204propertiesfileformat01.html) at all. Are you sure you are not confusing Java Properties format with YAML?...
@pmahony893 I see - thanks for sharing the link to the doc. Looks like we need to extends the Java Properties Grammar and parser to handle this... There are other...
Fixed with 32c8a86d8691f878f7dbb6cdf2f69a548d0a69ca