Kotlin Code Completion

Use code and statement completion to write code faster.

You can use Statement Completion to finish the current statement using ⌃⇧⏎ (macOS) / Ctrl+Shift+Enter (Windows/Linux). Basic completion is available without using a shortcut, but you can use Advanced Completion with ⌃⇧␣ (macOS) / Ctrl+Shift+Space (Windows/Linux).


Related Resources

Add Names to Call Arguments in Kotlin
Add Names to Call Arguments in Kotlin
Use quick intentions to add names to call arguments.
Add Remaining Branches in Kotlin
Add Remaining Branches in Kotlin
Use quick intentions to generate code automatically and save you typing.
Put Kotlin Arguments on Separate Lines
Put Kotlin Arguments on Separate Lines
Use quick intentions to improve the readability of your code by putting arguments on separate lines.