Skip to content

Instantly share code, notes, and snippets.

@ahmad-ali14
Last active January 26, 2021 14:45
Show Gist options
  • Save ahmad-ali14/f4a8789e4da268bc6cac769e05ba642e to your computer and use it in GitHub Desktop.
Save ahmad-ali14/f4a8789e4da268bc6cac769e05ba642e to your computer and use it in GitHub Desktop.
golang - project settings vscode

settings for golang project in vs code

  • put those in .vscode folder/settings.json
{
    "editor.defaultFormatter": "golang.go",
    "editor.formatOnPaste": true,
    "editor.formatOnSave": true,
    "go.formatTool": "gofmt",
    "go.useLanguageServer": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment