Skip to main content
2.3.7.0 release notes
2.3.7.0
- Issue 2803 - Removed a potentially long-running read action when IC generates the contents of
.illuminatedCloud/lwc/types
that could be reported to the end user as "Illuminated Cloud might be slowing things down". - Issue 2815 (partial) - Added more metadata cross-references, specifically for SObject fields referenced in other XML metadata files such as indexes, layouts, listview, validation rules, etc. I also expanded the behavior of references search for
*.field-meta.xml
files. - Issue 2826 - Added sorting attributes to the
lightning-tree-grid
component. Fixed an issue where the oncancel
attribute was missing for custom LightningDataTable
implementations. Note that the latter change only affects commercial JetBrains IDEs due to how attributes are found via TypeScript inheritance relationships. - Fixed a potential NPE when parsing Apex debug logs if log level highlighting is enabled and Color Scheme | Console Colors | Log console | Verbose | Foreground is unset.
- Fixed an issue with showing member-specific bundled documentation in quick docs due to a change in how the bundled docs are structured.
- Fixed some issues with undesired wrapping of table cell contents in bundled docs in the quick doc view.
- Improved initial selection for file/folder selectors when no specific initial selection is available. Now the project root directory is selected initially.