Skip to content

H0R15H0/go-getter-setter

Repository files navigation

Go Getter Setter

Go Getter Setter is a powerful extension that generates getters and setters for Golang struct fields.

Features

Generate getters and setters, regardless of whether the selected struct has fields of complex types.

How to Use

  1. Select a range of structs you wish to generate.
  2. Press Cmd+Shift+P (or Ctrl+Shift+P in Windows) to select the command.
  3. Select Getter or Setter and choose which fields you want to generate.

Demo

Known Issues

None