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?

0
2 comments

Yes, creating a request would be great.

0

Please sign in to leave a comment.