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
.