Groovy Plugin
Does anyone know of a Groovy plugin in the works? The current one is old and doesn't look like any work is being done on it. Not having simple things like completion work REALLY sucks. IntelliJ is basically Notepad with syntax coloring when it comes to Groovy editing.
It's cool that JetBrains built a Ruby and Scala plugin but could you guys build a Groovy plugin now that the language has stabilized? Groovy is a FAR better scripting language for the typical Java programmer than the others (not that there's anything wrong with Ruby or Scala it's just that they have completely different grammar).
请先登录再写评论。
Out of curiosity, do they have anything resembling a language specification
there days?
The language is supposed to be a superset of Java, but support for annotations
is "in development", etc?
Now I add groovy file as Java Source File Type for Struts 2.0 development. I admire Ruby and Groovy support in IDEA.
Hello Marc,
We have started some initial work on a Groovy plugin, but we don't currently
have any definite release plans for that.
--
Dmitry Jemerov
Software Developer
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Good news, thanks. Waiting for it :)
What about generics?:)
Scala is not about scripting, it is a far more expressive statically typed language on the JVM.
Marc, we've started PSI implementation for Groovy, the parser should not be difficult. As for resolve and consequently completion we don't have estimates yet.
The short answer is: no.
There's a draft spec available but no finalized spec. Of course, there doesn't appear to be an official spec for Ruby either (there's just a wikipedia style one where users have contributed their observations about its grammar, etc.) and it's a much older language.
I would love to test it with an EAP version of Selena. I am using the normal GroovyJ plugin in 6 at the moment and it is pretty bad.
Manfred, we are going to release 0.1 version really soon, please stay tuned.