Skip to content

Instantly share code, notes, and snippets.

@rodrigo-brito
Created December 7, 2017 00:19
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 rodrigo-brito/0e59ee8794b14200c998669167c0faf3 to your computer and use it in GitHub Desktop.
Save rodrigo-brito/0e59ee8794b14200c998669167c0faf3 to your computer and use it in GitHub Desktop.
My VS Code - Go Settings
"terminal.integrated.fontFamily": "Source Code Pro for Powerline",
"git.autofetch": false,
"go.formatTool": "goimports",
"go.lintOnSave": "off",
"go.gotoSymbol.includeImports": true,
"go.docsTool": "gogetdoc",
"go.useLanguageServer": true,
"go.gocodeAutoBuild": true,
"go.buildOnSave": "package",
"go.useCodeSnippetsOnFunctionSuggest": true,
"go.autocompleteUnimportedPackages": false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment