Groovy Switch Statement Inspection
When writing a switch statement in Java for an enum IntelliJ helpfully offers an inspection that will stub out case statements for all the enum values. When writing the same thing in Groovy IntelliJ does not offer this. Is there a setting for this somewhere for Groovy? Or should I open a feature request?
请先登录再写评论。
Yes, creating a request would be great.
done: http://youtrack.jetbrains.com/issue/IDEA-88544