Convert Concatenation To Template

Use quick intentions to convert to a template string.

In Kotlin, you can use ⌥⏎ (macOS) / Alt+Enter (Windows/Linux), to convert a string concatenation expression into a template string. The result is much cleaner without the '+' operator.


Related Resources

Convert to Expression Body
Convert to Expression Body
Use quick intentions to convert to use expression body syntax.
Migrating from the `javax` to `jakarta` namespace
Migrating from the `javax` to `jakarta` namespace
How to transition your application from Java EE to Jakarta EE.
Presenting with IntelliJ IDEA.
Presenting with IntelliJ IDEA.
Tips & tricks to level up your presentation skills with IntelliJ IDEA.