Tips

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

Code Completion with Package Search
Code Completion with Package Search
Helps you to reduce the chances of a typing mistake when you're searching for packages.
Quick-Fix to Add Missing Dependencies in the Editor
Quick-Fix to Add Missing Dependencies in the Editor
Save time when adding missing dependencies by using a quick fix.
Manage VCS Changelists in IntelliJ IDEA
Manage VCS Changelists in IntelliJ IDEA
Group and commit changes related to certain tasks so you have a cleaner commit history.
Complete Statement
Complete Statement
Complete statement can add your semicolons, brackets and manage caret placement for you.
Resolve Merge Conflicts in VCS
Resolve Merge Conflicts in VCS
Use VCS options in IntelliJ IDEA to resolve merge conflicts visually in the editor.
Smart Completion
Smart Completion
Get type aware completion in your code so you can focus on solving problems.
CamelCase in Searching
CamelCase in Searching
Use CamelCase to find what you need faster and save your fingers.
Join Lines
Join Lines
Join lines of code together in your IDE.
Type Into Any Dialog to Search
Type Into Any Dialog to Search
You can start typing into a dialog box to search, even if there's not a textual search box available.
Generate Test Methods
Generate Test Methods
Generate a test method in your test class.
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.
Generate UML Diagrams for your Kotlin code
Generate UML Diagrams for your Kotlin code
JVM developers working with Kotlin code can create UML diagrams for their Kotlin classes, just like they could with Java classes.