I'm trying to do a small project with Gradle in order to get familiar with it. I have a lot of Maven experience, so the basics seem obvious.
However, I'm having problems with the tooling. My questions is: Is there a proper Content Assist for .gradle files for Eclipse?
I tried STS, which claims it has gradle support, but when I create a new gradle project, I got a NoClassDefFoundError. So I installed a gradle plugin, I also installed Groovy (after a bunch of failed attempts I found the right version), and now I have coloring, but no content assist. I also tried Buildship - same thing. STS appears to have had "Enable DSL" for gradle in a previous version (2.9), but that option is no longer available, or I can't find it.
In short - I've tried multiple options and none of them offered a way to explore the gradle syntax, as for example an XSD-supporting XML editor would do for Maven.