IntelliJ IDEA 2024.1 Help

Smart Keys settings: Scala

Use this settings page to configure typing assistance features in Scala.

For more information about Scala support in IntelliJ IDEA, see Get started with Scala.

Item

Description

Insert pair quotes for multiline string

With this option selected, IntelliJ IDEA inserts closing triple quotes when you try to add a multiline string. Scala triple quotes

Wrap single expression body with closing brace after '{'

With this option selected, IntelliJ IDEA wraps the body of an expression with braces.

Upgrade simple string into interpolated after ${

With this option selected, IntelliJ IDEA recognizes the interpolated string and adds a closing brace when you insert ${ inside a simple string. Scala interpolated string

Last modified: 11 February 2024