Tips

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

Go to Next Error
Go to Next Error
Quickly move to the next (or previous) error or warning in the file.
Endpoints tool window
Endpoints tool window
Work with endpoints to your application in a dedicated tool window.
Wrap Chained Method Calls
Wrap Chained Method Calls
Start each chained method call on a new line.
Presentation Mode
Presentation Mode
Enter and Exit Presentation Mode using the Quick Switch Scheme.
Find Next Word
Find Next Word
Find next word and highlight all instances.
Add logging
Add logging
Let IntelliJ IDEA add a logger to your class.
View supertype and subtype hierarchy
View supertype and subtype hierarchy
You can view supertypes and subtypes in the hierarchy quickly with your keyboard shortcuts.
Surround With
Surround With
Surround your code with common programming constructs.
Shortcuts and Abbreviations
Shortcuts and Abbreviations
Using shortcuts and abbreviations to speed up your navigation in your IDE.
Delete file on rollback
Delete file on rollback
Delete unwanted files when doing a rollback.
Generate Overrides for equals(), hashCode() and toString()
Generate Overrides for equals(), hashCode() and toString()
We can generate the code to override the equals and hashCode methods.
Create an Editor Fold
Create an Editor Fold
Create an editor fold to hide parts of your class which can make it more readable.