Posts

Showing posts from November, 2025

2.3.8.6 release notes

2.3.8.6 Enabled support for the 2025.3 JetBrains IDEs that are now in a  release candidate  state. As always, if you see issues with a pre-release IDE build, please revert to the most recent released build and let me know about the issues you've seen so that I can address them. Issue 2878  - Prospective fix for a freeze observed in a user-provided thread dump where IC is frequently enumerating full LWC components including all attributes when only component header information is required. Issue 2882  - Added  editor  as an allowed attribute of the  TargetConfigProperty  element in LWC component  meta.xml  files. Issue 2883  - Fixed several issues with how  {label.*}  is processed in LWC HTML templates. Previously it was interpreted as a custom label reference, but that was incorrect. Now it's properly interpreted as a JS/TS controller reference. Also added support for braced expression variant completions and references vi...

2.3.8.5 release notes

2.3.8.5 Implemented several enhancements and fixes for the GraphQL support features added in  2.3.8.4 : Issue 2865  - Addressed numerous gaps in the SOQL-to-GraphQL query conversion logic: Added conversion of all known supported SOQL functions and aggregates in  ORDER BY  and  GROUP BY  clauses including the  DISTANCE()  and  GEOLOCATION()  functions. Note that these two specific functions are  not  supported in GraphQL in the  SELECT  clause (at least as far as I can tell) and are emitted as a comment if found in that clause in the source SOQL query. Added conversion of the SOQL  GROUP BY CUBE  and  GROUP BY ROLLUP  clauses. Added conversion of the SOQL  LIMIT  clause into the corresponding GraphQL  first  clause. Added conversion of the SOQL  FOR REFERENCE/VIEW  clauses into the corresponding GraphQL  updateMRU: true  clause. Added conversion of polymorphic...

2.3.8.4 release notes

2.3.8.4 Added full support for Salesforce GraphQL queries in both commercial and free JetBrains IDEs. A  demonstration  is available for all features described below. Issue 2467  - General Salesforce GraphQL support features including: Help installing, enabling, and configuring the  JetBrains GraphQL plugin . Quick fix to retrieve and register the org-specific GraphQL schema so that code completion, validation, etc., work properly in Salesforce GraphQL queries. When the GraphQL schema is retrieved, IC can also include a default project configuration in the resulting  graphql.config.yml  file for the project's configured connection so that the GraphQL plugin can execute Salesforce GraphQL queries directly against the org. Note that this does require the connection's access token/session ID to be added to  graphql.config.yml , but if that's a concern, it can be disabled as  Illuminated Cloud | Configure Application | GraphQL | Configuration Manageme...