I\'m using vscode with Go extensions to edit golang source code. Each time I want to format code, I have to press Ctrl-Shift-i
vscode
Go
golang
Ctrl-Shift-i
You should install this plugin: https://github.com/Microsoft/vscode-go. One of the options is to set "auto format" on save: go.formatOnSave": false. It uses the Golang tooling for formatting.
go.formatOnSave": false