Generate constructors and accessor methods

We can quickly generate common code constructs such as Constructors and Get and Set methods

You can use ⌘N (macOS) / Alt+Insert (Windows/Linux) for the Generate menu and then select Constructor, Getter, Setter or Getter and Setter.


Related Resources

Expand and Collapse Code
Quickly view specific parts of a class by expanding or collapsing code
Move Statement
Move a statement up or down
Optimize imports
Remove unused imports from your code