Put Kotlin Arguments on Separate Lines

Use quick intentions to improve the readability of your code by putting arguments on separate lines.

If you have a method with a long signature, or a Kotlin class with a lot of properties, you can press ⌥⏎ (macOS) / Alt+Enter (Windows/Linux), and select Put Arguments on Separate Lines to make it more readable.


Related Resources

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