dqb77047 2015-11-20 13:55
浏览 2190
已采纳

如何在Visual Studio Code中保存时运行`go fmt`?

How to make Visual Studio Code (or Go Programming Language Extension) to run go fmt (or other tools/commands) on save? Even auto save?

Update: It is working now perfectly inside VSCode, at this time; just need to add some config files inside .vscode directory (I use these).

Update 2019: This question is old. The VSCode Go extension, has all you need to develop in Go, now.

  • 写回答

3条回答 默认 最新

  • dqeznd1697 2015-11-20 14:15
    关注

    Its not possible at the moment but its being worked on https://github.com/Microsoft/vscode-go/issues/14

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(2条)

报告相同问题?