Giter VIP home page Giter VIP logo

go-getters-setters-generator-nilsafe's Introduction

Go getters and setters generator nilsafe (ggsgornil)

A VSCode extension to automatically generate getters (standard + nilsafe methods) and setters for struct fields.

  • GetName() string
  • GetNameOrNil() *string => allows (panic free) optional chaining
  • SetName(name string) *Struct => allows method chaining

A fork of ggsg

  • Added support for nilsafe getters GetNameOrNil() *string => additional feature that allows (panic free) optional chaining
  • Added support for imported packages []*time.Time (bug fix)
  • Added support for []*Struct and []Struct fields (bug fix)

Features

This extension generates pointer receivers. Setters always return the struct pointer to allow method chaining.

How to use

  1. Select a struct and some or all of its fields
  2. Shift+CMD+P Select command & return

Usage

Note: The first line in your selection should always be a struct declaration. The extension will only generate getters and setters for selected fields.

Extension Settings

None at the moment

Known Issues

None

Release Notes

1.0.4

  • Added support for map[string]interface{} types

1.0.3

  • Insert code below the struct declaration instead of EOF
  • // ## GENERATED - Getters & Setters for 'Invoice' ## comment added above generated code
  • // ## END GENERATED - Getters & Setters for 'Invoice' ## comment added below generated code

1.0.2

  • Added support for nilsafe getters GetNameOrNil() *string
  • Added support for imported packages []*time.Time
  • Added support for []*Struct and []Struct fields

1.0.0

Initial release of ggsgornil

Hope you enjoy this extension!

go-getters-setters-generator-nilsafe's People

Contributors

nxso avatar trythrow avatar ahmad-pepperstone avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.