Hi Tim,
Tim Black wrote:
> I've been wondering what the menu option "Code Transformation" does;
> could anyone give an explanation for how it works? Thanks!
A Code Transformation can generate some code for you depending on the
context of where the caret is.
Currenly two transformations are supported.
If your caret is on a method definition and you do a code transform,
the inherited parent call is added.
If your caret is on a method call and it's not defined in your class,
the method is added at the bottom of the class.
Cheers,
Riaan.
|