Surround With

Surround your code with common programming constructs.

Use Surround With ⌥⌘T (macOS) / Ctrl+Alt+T (Windows/Linux) to surround code with an if-statement, try-catch, and more...


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.
View supertype and subtype hierarchy
View supertype and subtype hierarchy
You can view supertypes and subtypes in the hierarchy quickly with your keyboard shortcuts.