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...