Skip to content

Instantly share code, notes, and snippets.

@mtunjic
Last active September 22, 2016 09:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mtunjic/bc916a1c919d10e996efbbb461eb7a31 to your computer and use it in GitHub Desktop.
Save mtunjic/bc916a1c919d10e996efbbb461eb7a31 to your computer and use it in GitHub Desktop.
Install all go libs for Visual Studio Code or Sublime 3 (vscode-go plugin)
go get -u -v github.com/nsf/gocode
go get -u -v github.com/rogpeppe/godef
go get -u -v github.com/golang/lint/golint
go get -u -v github.com/lukehoban/go-outline
go get -u -v sourcegraph.com/sqs/goreturns
go get -u -v golang.org/x/tools/cmd/gorename
go get -u -v github.com/tpng/gopkgs
go get -u -v github.com/newhook/go-symbols
go get -u -v golang.org/x/tools/cmd/guru
go get -u -v github.com/visualfc/gotools
go get -u -v github.com/alecthomas/gometalinter
go get -u -v golang.org/x/tools/cmd/goimports
go get -u -v golang.org/x/tools/cmd/oracle
go get -u -v golang.org/x/tools/cmd/godoc
@mtunjic
Copy link
Author

mtunjic commented Sep 21, 2016

sh -c "curl -fsSL https://gist.githubusercontent.com/mtunjic/bc916a1c919d10e996efbbb461eb7a31/raw/5a64a4a884c654e7469c167515b081209baf9a6a/go-ide-setup.sh"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment