VS Code也是一款非常不错的IDE工具, 在没钱购买GoLand,使用vs code也可以较好进行go开发工作。 本文简单介绍如何在vs code中启用go语言的代码自动补全功能。
我的vs code版本信息, 我是在Windows上使用vs code。
Version: 1.44.2 (user setup)
Commit: ff915844119ce9485abfe8aa9076ec76b5300ddd
Date: 2020-04-16T16:36:23.138Z
具体步骤
1, File -> Preferences -> Setting
2 编辑Quick Suggestions
添加: “go.useCodeSnippetsOnFunctionSuggest”: true
保存文件。