This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 646
Method Suggestion #168
Labels
Comments
I like the idea of this. I noticed that GoSublime has a similar feature. It should be possible to add this on top of the same "smart snippets" infrastructure that was added in f8508b4. |
grooveygr
added a commit
to grooveygr/vscode-go
that referenced
this issue
Nov 26, 2017
grooveygr
added a commit
to grooveygr/vscode-go
that referenced
this issue
Nov 26, 2017
ramya-rao-a
pushed a commit
that referenced
this issue
Dec 16, 2017
This feature is now out in the latest update of the Go extension (0.6.70) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
Pressing tab should focus in order:
*
to remove the pointer signMethod
to change the nameThe text was updated successfully, but these errors were encountered: