Skip to content
This repository was archived by the owner on Jul 15, 2023. It is now read-only.
This repository was archived by the owner on Jul 15, 2023. It is now read-only.

Method Suggestion #168

@klaidliadon

Description

@klaidliadon

When you write func in a package the suggestion list show also a method constructor for each type in the package that produces the following output:

func (p *PkgType) Method(){

}

Pressing tab should focus in order:

  1. the * to remove the pointer sign
  2. the Method to change the name
  3. In the parenthesis to change the argument
  4. After the parenthesis to change the return type
  5. In the method body

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions