Alex Boyko

Results 243 comments of Alex Boyko

@sambsnyd I'd like to get some help with this :-) I have completed majority of the work in **rewrite-gradle-tooling-model** - Ability to fetch `GradleProjectData` model via Gradle Tooling API -...

@sambsnyd NVM :-) Fixed the isolated classpath issue with the new `ProjectParser` (LinkageErrors). Had to add the parser from tooling model to resolved dependencies in `ResolveRewriteDependenciesTask`. All tests pass now...

I could reproduce the problem. However, it doesn't prevent you from opening the Quick Tasks Launcher, correct? The CA works as expected as well, right? The issue is that the...

@martinlippert what about removing validations that came from LS when the LS is shut down?

Validation are removed if LS is shutting down with 35f4e9899b336a087f02f67506246e58b8f719a3 Therefore, this concern should be addressed. If LS is down there won't be any validations from LS left on the...

I think the hovers only if I open the file with appropriate extension in the `TEXT` editor. Only then i see the hovers... Any idea why hovers don't work in...

There isn't a lot of completion proposals in Java sources that we in STS. I think there are only 3 use cases: 1. Snippets for request mapping methods 2. Property...

@gayanper please have a look at classes under this package https://github.com/spring-projects/sts4/tree/main/headless-services/spring-boot-language-server/src/main/java/org/springframework/ide/vscode/boot/java/value. The `ValueCompletionProcessor` is the class to look at for the case of completions... if you follow the calls to...

Sounds good to me... If reconciling, hovers, navigate to definition would have a similar contribution mechanism at some point in the future STS4 likely to find it useful.

This is not a high priority issue anymore for us. It was problematic when we had Rewrite parser working during Java source reconciling. We have switched back to JDT parser...