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

Extend Selection
Extend Selection
Extend and shrink your current code selection.
Clipboard History
Clipboard History
Paste a subset or multiple entries such as a list from your recent copy history.
New Line
New Line
Start a new line below or above your current line with the correct indentation.