Smart Keys settings: Scala
File | Settings | Editor | General | Smart Keys | Scala for Windows and Linux
IntelliJ IDEA | Settings | Editor | General | Smart Keys | Scala for macOS
CtrlAlt0S
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. |
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. |
Thanks for your feedback!