Add Names to Call Arguments in Kotlin

Use quick intentions to add names to call arguments

Kotlin has support for named parameters which IntelliJ IDEA can add automatically. We can use ⌥⏎ (macOS) / Alt+Enter (Windows/Linux), before the first parameter to add names to call arguments. You can use the same shortcut again before one argument to add names from that parameter position, or just for that parameter.


Related Resources

Clipboard history
Paste a subset or multiple entries from your recent history
Extend Selection
Extend and shrink selection
Move Line
Start a new line below or above your current line with the correct indentation.