Posts

Showing posts from April, 2025

2.3.5.6 release notes

2.3.5.6 Issue 745  - Added support for IDE  scopes  in the bulk metadata deployment/retrieval/removal dialog's  Contents  selector. The original values —  Module ,  Module + Dependencies ,  Project ,  Context , and  Custom  — are still available as the top-most values, but now all predefined, provider-based, and user-defined scopes are included as long as they don't duplicate the original scopes and are applicable to full project metadata files. The most recent selected value for  Contents  is still retained across operations even if it's scope-based. Issue 2699  - Prospective(/hopeful) fix for the issue with Flow preview diagrams not displaying consistently in 2024.2+. Please let me know if you continue to see this issue after updating to this build or higher. Issue 2767  - Fixed an issue with generation of LWC TypeScript stubs for  @AuraEnabled  Apex symbols in projects with a namespace. Issue 2770 ...

2.3.5.5 release notes

2.3.5.5 This is a small, tactical hotfix build for a few issues found in  2.3.5.4  and/or the JetBrains 2025.1 updates. Issue 2766  - Fixed an issue with the new HTTP Client Salesforce API invocation feature that could occur when some connection configurations are invalid and/or incomplete. Issue 2768  - Fixed an issue with the Agentforce for Developers Dev Assistant tool window in 2025.1 attributable to a breaking plugin SDK change that I have already  reported  to JetBrains. Issue 2769  - Note that there also seems to be an issue with the Agentforce for Developers inline autocompletion API at present that I have already  reported  to Salesforce.  

2.3.5.4 release notes

2.3.5.4 JetBrains has officially released  2025.1 , and I have confirmed that IC is properly compatible with the GA build. Issue 1789  - Added support for Salesforce-specific REST API requests in the  HTTP Client  tool included with all  commercial  JetBrains IDEs. Unfortunately this feature is  not  available in free Community Edition IDEs. This adds a new request type,  Salesforce API Request , and a new live template for  *.http  files,  sfapi . Both result in a request template like the following: GET https://<hostname>/services/<baseApi>/v<apiVersion>/<api> Accept: <acceptEncoding> ### The  <hostname>  portion of the template displays a drop-down of configured connections with project connections ordered before recent connections ordered before other connections just as in other connection selectors. Once a connection has been selected, the API version for that connection is a...

2.3.5.3 release notes

2.3.5.3 Unlocked compatibility with JetBrains' soon-to-be-released 2025.1 updates. While unlikely, it is still possible for breaking plugin SDK changes to be introduced in between the  current release candidate  and the final 2025.1 release, rendering this build of IC incompatible. If so, I will release another IC build in conjunction with the final 2025.1 release with the necessary fixes. My recommendation, as always, is to stay on the most recent  released  version of the IDE at all times, but this build of IC should allow it to be installed and used in 2025.1 barring unforeseen breaking plugin SDK changes in between RC1 and GA.  

2.3.5.2 release notes

2.3.5.2 Note that this week's build is a smaller, tactical set of fixes and enhancements as I have a scheduled outage the latter part of the week and weekend. Issue 2732  - A few more threading improvements/fixes. Issue 2734  - Added a  Cancel  option to the Apex unit test execution debug and profile logging level selection dialogs. Issue 2761  - Fixed an issue with automatic Metadata API-based retries of failed Tooling API-based LWC deployments. Prospective fix for a possible  ConcurrentModificationException  while enumerating accessible body declarations.  

2.3.5.1 release notes

2.3.5.1 Issue 2732  - Implemented more threading performance improvements. As before, this won't be the last of them, but hopefully this will address a few additional use cases. Issue 2751  - Added some missing values for the Aura  lightning:select  component's  variant  attribute. Issue 2752  - Added support for the  @SuppressWarnings  annotation on local variables, formal parameters, and caught exceptions. This includes Apex parser grammar support, code formatter support, support for adding suppressions via suppression quick fixes on all three when issues are reported against them, and of course respecting those suppressions in the IDE. Note that this annotation is not supported by the Salesforce Apex compiler on  for  loop variables, so IC supports the same behavior. Issue 2754  - Prospective fix for a deadlock while refreshing CLI-based connections during a bulk metadata operation. Issue 2755  - Fixed an issue with the...