Convert to Expression Body

Use quick intentions to convert to use expression body syntax.

If a Kotlin method contains a single expression we can use the expression body syntax. ⌥⏎ (macOS) / Alt+Enter (Windows/Linux), removes the braces {} and allows type inference for the return type of the method.


Related Resources

Convert Concatenation To Template
Convert Concatenation To Template
Use quick intentions to convert to a template string.
Extract Parameter
Extract Parameter
Extract code to a parameter in Kotlin.
Enable Git Staging
Enable Git Staging
Git Staging is an alternative approach to IntelliJ IDEA Changelists.