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
From my visual code version, i cannot use config go.formatOnSave": false.
Then I can turn them off in settings as below:
"[go]": { "editor.formatOnSave": false }