Gayan Perera

Results 109 comments of Gayan Perera

@eric-milles i added the file content at ~/.groovy/greclipse/global_dsld_support/gradle.dsld But this how the eclipse settings look like And following is my gradle file ``` /* * This file was generated by...

I even tried converting the project into a groovy project as well. But it didn't work.

Nice it is working now. But seems like the completions inside the dependency and repository like closures are not working. How can we get those to work ? And how...

In the below i'm expecting to get completions for api and implementation below i'm expecting for completions of mavenCentral, maven blocks like https://docs.gradle.org/current/userguide/declaring_repositories.html#sec:declaring_multiple_repositories

Still exist with latest build, disabling this extension will speedup, it also speed up workspace symbol search.

@martinlippert seem like this was a issue from path, it exist even in 1.33.0. This is prominent for projects which has more that 100/500 classpath entries.

Some thing I also note is this happens for class files, I mean binary classes which comes from classpath dependencies. This doesn't happen for source files. May be something extra...

Also I noticed that jdt.ls ready time is reduced when spring boot ls is disabled. One thing I note is the project dependency resolution runs for long time when boot.ls...

> @gayanper Now that we have the 4.16.0.RELEASE out the door, lets investigate this in more depth. Can you share a sample project that reproduces the issue somehow and a...

I cannot see the issue with latest version of springboot extension together with java extension. Hence I will close this and reopen if I come across again with either the...