I've recently installed VS Code and the Go extensions, all in all it's really comfortable but formatting the code doesn't work, neither with ALT+Shift+F nor the context menu nor on save.
What can I get my code formatted ?
gofmt
, goimports
and goreturns
work fine from the commandline. And a few days ago it all worked perfectly file.
You need to install other dependencies and they should be available on your PATH. gocode godoc godef guru go-outline go-symbols gorename gometalinter gotests gopkgs delve
Have you installed these?