2.2.3.8 release notes
2.2.3.8 Issue 2203 - Prospective fix(/workaround) for a reentrant indexing issue that appears to have been introduced after a relatively recent JetBrains IDE update. Issue 2205 - Fixed an unintentional regression introduced in the previous release with code completions for parameterized collection type constructors where the type parameters were no longer properly included in the inserted constructor. The Apex Unresolvable Signature code inspection now flags attempts to construct an abstract class. The Apex Illegal Assignment code inspection now verifies the correct data type for operands of the unary bitwise complement operator as being of type Integer or Long . Local variables in the current scope are now collected in reverse order of declaration from the current caret. This ensures that the "closest" local variable with a given name is used for purposes of reference resolution, code completion, etc. The module v...