Is there a good development IDE for Groovy/Grails code completion under Linux?
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
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?
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.