Skip to main content
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 via object literal expressions in commercial JetBrains IDEs. - Issue 2884 - Fixed an issue where Apex inspection suppression was only working for Apex-specific code inspections. Now it should work for any inspection that applies to Apex files including standard inspections such as duplicate code, typos, etc.
- Implemented a few small improvements to Agentforce for Developers:
- It's now possible to add context files in the tool window by typing
@ in an empty prompt. - The minimum allowed auto-completion delay is now 250ms. The default is still 500ms, but if you use this feature and prefer to have AI-based auto-completions trigger in closer to real-time, consider trying the lower delay value.
- Added
SalesforceHostedMCP as a valid scratch org feature.