Go Getter Setter is a powerful extension that generates getters and setters for Golang struct fields.
Generate getters and setters, regardless of whether the selected struct has fields of complex types.
- Select a range of structs you wish to generate.
- Press
Cmd+Shift+P
(orCtrl+Shift+P
in Windows) to select the command. - Select Getter or Setter and choose which fields you want to generate.
None