IntelliJ IDEA- Generate Getter & Setter Shortcut Key
Alt + Insert (Windows/Linux) or ⌘Cmd + N (macOS) is the shortcut keys to generate the getter and setter of the fields in IntelliJ IDEA.
Step 1: Open the class where you have declared the fields. Press the Alt + Insert key together from the keyboard and click on the Getter and Setter from the pop-up.

Step 2: Select the fields of which you want to generate the Getters and Setters. And click on the OK button.

References
- IntelliJ IDEA shortcut for Extract/Introduce Local Variable
- IntelliJ IDEA – Find file containing text shortcut
- Shortcut key to evaluate expression/variable in IntelliJ IDEA
Similar Posts
- wamp- Could not execute menu item (internal error): The service has not been started
- IntelliJ IDEA- Import/Open multiple project in single Window
- WAMP/XAMPP Server- .htaccess redirect rule not working on localhost
- Eclipse/STS shortcut keys for Uppercase and Lowercase
- How to Remove php, html Extension from URL using htaccess