Skip to content

Instantly share code, notes, and snippets.

@heyzling
Last active February 6, 2019 15:59
Show Gist options
  • Save heyzling/bd306dd7c7c85961d675f6f3cf7a1c7a to your computer and use it in GitHub Desktop.
Save heyzling/bd306dd7c7c85961d675f6f3cf7a1c7a to your computer and use it in GitHub Desktop.
Golang
# autocompletion server. VS Code need it
go get -u github.com/mdempsky/gocode
# autocompletion for func arguments.
go get golang.org/x/tools/cmd/godoc
go get github.com/rogpeppe/godef
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment