Tips

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

Convert Concatenation To Template
Convert Concatenation To Template
Use quick intentions to convert to a template string.
Remove Unnecessary Condition
Remove Unnecessary Condition
Use quick intentions to remove redundant code so it's not cluttering up your codebase.
Change Method Signature
Change Method Signature
Refactor the signature of a method at any time.
Assert That Import
Assert That Import
Use quick intentions to manage imports and keep your code compiling.
Adjust Code Style
Adjust Code Style
Use quick intentions to adjust the style of your code right where your cursor is.
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.
Add Overload Bool
Add Overload Bool
Refactor a method to change its signature and update your code to reflect the new signature.
Add a  Breakpoint
Add a Breakpoint
Easily add breakpoints when you get an exception in your code