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), or Alt+Insert (Windows/Linux) for the Generate menu and then select Constructor, Getter, Setter or Getter and Setter.

Related Resources

Context Actions
Use Alt+Enter to show available context actions
Highlighted commands in the terminal
IntelliJ IDEA highlights terminal commands you can run in IntelliJ IDEA
Expand and Collapse Code
Quickly view specific parts of a class by expanding or collapsing code