Alex Boyko

Results 243 comments of Alex Boyko

Was looking at the java parser performance today. It is very important to have the following message on the execution context when using the java parser for our purposes: ```...

https://github.com/eclipse/lemminx/issues/954#issuecomment-755175733

@martinlippert I have linked my question to Angelo. He suggested to use `resolveEntity(XMLResourceIdentifier resourceIdentifier)` (it currently returns `null`, implementation can be added to https://github.com/spring-projects/sts4/blob/master/headless-services/xml-ls-extension/src/main/java/org/springframework/ide/vscode/xml/namespaces/ProjectClasspathUriResolverExtension.java) The `XMLResourceIdentifier` instance that the method...

Hmm... in the Eclipse/STS IDE world ideally after the Maven project imported you'd click on Run as Spring Boot application... or you can find it in the **Boot Dashboard** view,...

Is this the request for Spring Boot Tools for vscode plugin?

Don't think I'm seeing this issue... Is this on Windows?

Not seeing this on Windows either... Can you run `jps` command and check how many boot ls processes you have running on your system? Also it'd be very interesting to...

We briefly explored having STS4 Boot features for Kotlin files (i.e. workspace symbols, live boot hints etc.). It would require a good amount of time invested to get it done....

Isn't it already provided by adding DevTools to your project via STS? Right-click on the project **Spring** -> **Add DevTools**...

Never seen this error yet... Looks like it has to do more with the JVM running the the Boot Language Server rather than with the Boot tooling. What's the JVM...