views:

745

answers:

6

Is there a good development IDE for Groovy/Grails code completion under Linux?

+2  A: 

Eclipse with the Groovy Plugin?

http://groovy.codehaus.org/Eclipse+Plugin

There's also a grails plugin for Eclipse here:

http://www.grails.org/Eclipse+IDE+Integration

Although I've read that the best IDE with support for Groovy/Grails is IntelliJ. See:

http://www.jetbrains.com/idea/features/groovy_grails.html

Also see this previous Stackoverflow post:

http://stackoverflow.com/questions/233664/best-ide-for-grails-groovy

Jon
The Groovy and Grails support in eclipse is truely pathetic. Specifically code completion does not use any type inference, and is thus useless most of the time.
Michael Borgwardt
+1  A: 

check also netbeans groovy/grails plugin

dfa
+3  A: 

I am currently using Netbeans 6.7 Beta on Ubuntu for Grails development. This setup is very usable in general. The only problem I have is that code completion is very slow.

Does anyone else have this problem? Is it because of the dynamic nature of Grails?

Heinrich Filter
I have the same problem on a really new / fast computer. Sometimes I'm able to Google the API and come up with the methods before Netbeans 6.7 Beta.
Kimble
same Problem here at my Desktop.
bastianneu
+5  A: 

The best one is IntelliJ IDEA (IMHO). Then comes Eclipse and Netbeans. But anyway, code completion isn't a strong point of those IDEs because of groovy's dynamic nature.

+1  A: 

I am a die-hard Eclipse user but have to say, try IDEA for Groovy/Grails support. It is much better that the current Eclipse plugin.

mikemil
current Eclipse Plugin is still buggy. At the moment i prefer Netbeans Integration.
bastianneu
I use Eclipse for C++, but use Netbeans for Groovy. Eclipse + Groovy doesn't work well for me. Lots of bugs/glitches
ראובן
+1  A: 

SpringSource Tool Suite

tranced_UT3