Posts

Showing posts from July, 2026

2.4.1.0 release notes

2.4.1.0 Many improvements and fixes for Apex multiline strings and string templates: Generalized string template support so that it works properly for both simple strings and multiline strings. Added support for bidirectional navigation and highlighting of string template variable declarations and references. Note that highlighting of references when the caret is on a ${name} reference in a string literal is still not perfect. Unfortunately this seems to be due to some aggressive caching in the JetBrains IDE itself since the string literal is technically a single element, so I may not be able to improve it beyond its current state. Added support for renaming of string template variables via both the associated map key and any reference to that key. Changed multiline string literal syntax highlighting to match how the analogs are displayed in other first-class languages such as Java and JavaScript/TypeScript. Added indent guides to show the left border of indented multiline string cont...