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

Method Suggestion #168

Closed
Closed

Description

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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