Tips

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

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.
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.
Inline a Method
Inline a Method
Sometimes inlining a method can improve the readability of your code.
Find Usages
Find Usages
Use Find Usages to search for references in your code base.
Find Next Word
Find Next Word
Find next word and highlight all instances.
Extract Parameter
Extract Parameter
Extract code to a parameter.
Extract Field
Extract Field
Extract code to a field.
Extract Constant
Extract Constant
Extract a value to a constant.