View supertype and subtype hierarchy

You can view supertypes and subtypes in the hierarchy quickly with your keyboard shortcuts.

Use ⌃H (macOS) / Ctrl+H (Windows/Linux) to view the hierarchy of classes, methods, and calls and explore the structure of source files.


Related Resources

Create an Editor Fold
Create an Editor Fold
Create an editor fold to hide parts of your class which can make it more readable.
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.
Surround With
Surround With
Surround your code with common programming constructs.