Generate getters and setters in NetBeans

getter-setter, java, keyboard-shortcuts, netbeans

Solution

Position the cursor inside the class, then press ALT + Ins and select `Getters and Setters` from the contextual menu.

Problem

I Need to know how to have NetBeans generate getters and setters using a shortcut.

Original source