Adjust Code Style

Use quick intentions to adjust the style of your code right where your cursor is.

You can use ⌥⏎ (macOS) / Alt+Enter (Windows/Linux), to show context actions for your selection and then edit the code style.


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.