2.1.1.1 release notes

Post date: Mar 23, 2020 2:56:28 PM

2.1.1.1

  • ApexDoc Enhancements

    • ApexDoc code formatter - Configurable formatter for ApexDoc comments with options found under Settings / Preferences > Editor > Code Style > Apex in the ApexDoc tab. NOTE: ApexDoc formatting is disabled by default to avoid unexpected wholesale formatting changes to existing code bases with ApexDoc. All users are encouraged to enable the ApexDoc formatter and then isolate changes from an initial ApexDoc formatting pass from other logic changes.

    • ApexDoc validation code inspection - Real-time static code analysis for ApexDoc comments with extensive rule configuration under Settings / Preferences > Editor > Inspections > Salesforce > ApexDoc validation. Many reported issues can be addressed automatically using the Clean up ApexDoc comment code intention/quick fix using Alt+Enter on Windows/Linux or Opt+Enter on Mac.

    • ApexDoc comment generation - IDE-assisted creation of ApexDoc comments, either by typing /**<Enter> (as in previous versions) or by using the Add ApexDoc comment code intention via Alt+Enter on Windows/Linux or Opt+Enter on Mac from the declaration name.

  • Other related fixes and improvements.