duanhao9176 2016-02-23 07:12
浏览 941
已采纳

如何在保存时设置vscode格式的golang代码?

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 on linux, Shift-Alt-F on Windows, or Ctrl-Shift-p and type format. Is it possible to set format on save, that is, when I press ctrl-s, it format the code automatically using go.fmt (or something alike)?

  • 写回答

2条回答 默认 最新

  • dqy012345 2016-02-23 07:19
    关注

    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.

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

报告相同问题?