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

Generate constructors and accessor methods
Generate constructors and accessor methods
Quickly generate common code constructs such as Constructors, Getters and Setters.
Expand and Collapse Code
Expand and Collapse Code
Quickly view specific parts of a class by expanding or collapsing code blocks.
Move Statement
Move Statement
Move a statement up or down within the same scope.