Q: It would be great if there were an option to call super.toString() as part of the invocation. (Many important fields can live in the super class.).
A: The plugin have templates that out-of-the-box support super.toString(). Choose "Default using String concat (+) and super.toString()" as the active template from the "Edit Template" panel in the settings (ctrl + alt + s).
Is there a way to write template that recursivly enumerates all members of all inner classes and includes results in containing class' toString method? It would be very nice to see the example here.
How can abstract methods be included in generation?
Is there a way to write template that recursivly enumerates all members of all inner classes and includes results in containing class' toString method? It would be very nice to see the example here.