2.3.0.4 release notes
2.3.0.4 WEB-65796 - Improved completion, reference navigation, validation, etc., for the following LWC constructs when using IC2 with a 2023.3+ commercial JetBrains IDE: The PageReference parameter of this[NavigationMixin.GenerateUrl/Navigate](...) . All PageReference properties should now be offered as completions and resolve properly, but constrained/enumerated values of those properties are not yet offered correctly in completions. This is due to a reported and confirmed issue in the base JetBrains IDE itself that should hopefully be fixed in a near-term release. The config parameter of the @wire decorator should now properly reflect the expected parameters of the wired function or @AuraEnabled Apex method. Issue 2526 - Fixed a performance issue that could occur in the SOQL Query results table when large text/blob fields are included in the result set. Issue 2532 - Fixed an issue that could occ...