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)?
如何在保存时设置vscode格式的golang代码?
- 写回答
- 好问题 0 提建议
- 关注问题
- 邀请回答
-
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.本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报