Generate SerialVersionUID for scala classes in Intellij

Viewed 1249

I have a bunch of scala case classes that extend Serializable and I would like Intellij to generate the @SerialVersionUID annotation for me.

Are there any settings I can change or any plugin available for this ? I already tried the GenerateSerialVersionUID plugin but it only works for Java classes.

0 Answers
Related