2.2.8.1 release notes
2.2.8.1 Issue 25 (phase 2) - Implemented several additional code generation capabilities for Apex : Constructor - Generates constructors based on base class constructors and/or local member variables (fields and properties) as appropriate and as selected by the user. Note that the Implement / Override code generation feature now also includes base class constructors when appropriate in addition to methods and interface methods. Add constructor parameters - Added a code intention for member variables that are not already initialized in constructors to add them as constructor parameters that are used to initialize the respective member variables. The user is prompted as to which fields should be added to which constructors, and the Change Signature refactoring is then used to apply all changes, allowing the user an opportunity to tailor the resulting signature changes as desired, and to ensure that signature changes are properly refle...