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
- How to search Java, JSP file in Eclipse IDE?
- How to create new role and grant permission to role in JasperReports Server
- wamp- Could not execute menu item (internal error): The service has not been started
- svn: There are unfinished transactions detected
- How to redirect from HTTP to HTTPS on Tomcat Server