Replies: 4 comments 5 replies
-
We heavily rely on intellij because of its groovy support. It would be cool if domain class could be supported by intellij oss version, and keep the ultimate version for GSP. We replaced GSP by DSL. See https://taack.org . |
Beta Was this translation helpful? Give feedback.
-
It this a fact? |
Beta Was this translation helpful? Give feedback.
-
I dont think I need an IDE with support specifically for grails. I or any one else in our team dont miss "Grails IDE" IDE support is not a blocker, I would rather prefer the dev time is spent some where else. |
Beta Was this translation helpful? Give feedback.
-
Plugins IDE are a MUST. Grails was initially projected to be used on a simple code editor and a CLI, not depending on any IDE. And it works fine this way: but I really miss things like a basic code complete feature. And as a Grails consultant I saw many times people NOT choosing Groovy and Grails because of the lack of IDE plugins. Just to remember, the era where Grails grew most was when we had GGTS maintened by Pivotal and the support that Nebeans offered for the project. And people was happy with it. |
Beta Was this translation helpful? Give feedback.
-
The era of Pivotal STS with Grails support and JetBrains IntelliJ IDEA Grails plugin is over. They are investing respectively in Spring and Kotlin. This is not because their software is better than Groovy & Grails, it's just a business decision.
I think we should understand wether Grails can achieve its goals by itself on an IDE supporting just the Groovy language or if it needs its onwn Grails Plugin to reach its full potential. In this case, should we have a Grails plugin for the most used IDEs?
We may also have Grails features included in the Groovy Language Plugins. There are already Groovy plugins available for the most used IDEs, it may be easier to build on them instead of starting from scratch. We don't need thousands of features, we just need the IDE to recognise the dynamic Grails features (params, render, injected traits, GroovyORM dynamic finders, etc).
We need to understand what Grails needs and what effort we can put on this so we can take a consious decision.
17 votes ·
Beta Was this translation helpful? Give feedback.
All reactions