Support for Groovy 2.0 static compilation
Is Jetbrains planning on supporting the static typing and static compilation features of Groovy 2.0? In particular, I'm thinking of type checking in the editors and showing red when types aren't correct.
This would make IntelliJ an awesome static Groovy tool.
请先登录再写评论。
Yes, we certainly plan to do this. In the meantime, you may enable Groovy "Access to unresolved expression" inspection and get similar results
Very good to know. Thank you!