STR
Example:
System.out.println(STR."Hello \{"world"}");
After the quick-fix is applied:
System.out.println(STR."Hello world");
New in 2023.3