Reputation: 5823
I am wondering is there no Groovy Support more in STS. I just wanted to give Groovy and Gradle a try with a new mini project and I remember in the past time there were a GGTS (Groovy&Grails Tool Suite).
Somehow I am not finding any Groovy IDE what works in STS 3.9.0 (Neon). Am I missing something?
Upvotes: 1
Views: 3339
Reputation: 286
It's not a direct answer to your question, but if you want an IDE that supports Groovy and Gradle really well, then IntelliJ IDEA is now my go-to choice. And, yes, the free community edition provides full Groovy support.
Upvotes: 1
Reputation: 361
Pivotal has dropped support for groovy in 2015 and with that the development of GGTS and the groovy plugin.
Fortunately the groovy-eclipse plugin is in development again, but there was no release for quite a while. The snapshot builds are stable enough in my opinion.
Upvotes: 4