Golang ToolsInstall extension from Visual Studio Marketplace Install extension from Open-VSX (codeserver/vscodium/gitpod) Extensions with frequently used snippets and code actions for productive go development. Extension in active development! Your contribution is always welcome :) Snippets
Code actions
Interface implementationCommand "Go: Implement Interface Methods" based on https://github.com/ricardoerikson/vscode-go-impl-methods/ extension by Ricardo Erikson. Install the impl package as follows:
Usage
Group importsGroup imports command based on https://github.com/gustavo-bordin/golang-imports-group/ extension by Gustavo Bordin. Usage
|