Join Lines

Join lines of code together in your IDE.

Place the caret on the line that you want to join with a lower line and press ⌃⇧J (macOS) / Ctrl+Shift+J (Windows/Linux), to join lines of code.


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.