Tips

Visual, standalone, bite-sized learning resources organized into different categories.

Convert from Record
Convert from Record
Use quick intentions to convert a record to a class.
IntelliJ IDEA Welcome Screen
IntelliJ IDEA Welcome Screen
Get a project from source control, open an existing project, or create a new project.
Refactor an Unreachable Statement
Refactor an Unreachable Statement
Use quick intentions to remove redundant code.
Show Virtual Whitespace
Show Virtual Whitespace
Add virtual whitespace to the bottom of a file so you can scroll to the end half way up your screen.
Run in Current Context
Run in Current Context
Run just a file or a single script.
Replace With var
Replace With var
Use quick intentions to replace a local variable type with `var`.
Rename an Interface
Rename an Interface
Renaming in IntelliJ IDEA including comments and texts.
Remove Explicit Type in Kotlin
Remove Explicit Type in Kotlin
Use quick intentions to remove explicit types.
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.
Move Line
Move Line
Move a line throughout your class, but watch out for errors!
Meaningless Arguments
Meaningless Arguments
Use quick intentions to remove redundant code so it's not cluttering your codebase.
Kotlin Code Completion
Kotlin Code Completion
Use code and statement completion to write code faster.