英文: VS Code can't install the Go tools 问题 我尝试在VSCode中开始使用Go。我已经安装了Go和Git,并在Code中创建了一个包含一个.go文件的项...
如何在 VS Code 上使 golint 在类型检查时运行,而不是在保存时运行?
英文: How can I make golint run on VS Code on type instead of on save? 问题 我正在使用VS Code和lukehoban的Go扩展:...
没有”go to definition”和没有函数定义弹出窗口的问题是针对Golang代码的。
英文: no "go to definition" and no function definition pop-up for golang code 问题 我正在使用Visual...
为每个VSCode项目设置`GOPATH`。
英文: Setting `GOPATH` for each vscode project 问题 将GOPATH变量设置为全局环境变量在Visual Studio Code中运行良好。 但是,我觉得在全...
在Visual Studio Code中使用Go扩展输入数据。
英文: enter data in visual studio code with go extension 问题 我尝试为使用Go语言进行开发的Visual Studio Code进行设置。 我通过...
如何在Visual Studio Code中使用Delve调试器
英文: How to use Delve debugger in Visual Studio Code 问题 我已经安装了VS Code的Go扩展,但无法使其工作。 “dlv debug”在终端中可以...
使用Delve在VSCode上调试Go代码
英文: Debugging GO on VSCode using Delve 问题 我想在VSCode编辑器上调试GoLang。在他们的文档中,他们说这是可能的。我正在按照以下链接中的说明安装IDE上...
How to set vscode format golang code on save?
英文: How to set vscode format golang code on save? 问题 我正在使用vscode和Go扩展来编辑golang源代码。每次我想要格式化代码时,我都需要在L...
VS Code tasks.json — 任务单独工作,但不能组合使用
英文: VS Code tasks.json -- Tasks work individually, but not combined 问题 这让我很烦恼(发疯!)。构建/运行文件是正确的,fmt命令...
gocode外部包在VSCode中没有给出建议。
英文: gocode external package give no suggestion for vscode 问题 我的自动完成/智能感知在从Visual Studio Code的Go扩展升级后...
73