Why does Code -> Generate -> toString does not generate super class fields like Generate Constructor does?
Answered
Generate Constructor generates code for all super class fields, but toString does not display super class fields.
Please sign in to leave a comment.
See https://youtrack.jetbrains.com/issue/IDEA-93029#comment=27-1632231.
So, it's been fixed. When will it be included in a release?
The fix was included in 2017 version, make sure to use the correct template for toString generation.
I just discovered the template option at the top of the page. Cool!
Thanks.