英文: Why vscode removes golang script when doing save 问题 我在保存我的Golang项目时遇到了问题,当我想要导入"fmt"时,...
无法找到由asdf安装的”go”二进制文件。
英文: Cannot find "go" binary installed by asdf 问题 在使用asdf安装Go并尝试打开Go项目后,我遇到了以下错误: 在GOROOT()...
无法在VSCode(golang)中使“debug test”正常工作。
英文: Cannot get "debug test" to work in VSCode (golang) 问题 调试测试以前是完美运行的,但最近某个时刻发生了一些变化,现在不再...
模块查找被 GOPROXY=off 禁用,但是 go env 显示 GOPROXY 已设置。
英文: module lookup disabled by GOPROXY=off, but go env shows GOPROXY is set 问题 在尝试查找一些模块时,我在VS Code中遇...
Use "Terminal" instead of "Debug Console" as the I/O feed, when debugging in Visual Studio Code
英文: Use "Terminal" instead of "Debug Console" as the I/O feed, when debugging in...
vscode Code Runner 无法运行多个 Go 文件。
英文: vscode Code Runner cannot run multi go files 问题 例如,我有一个名为demo的简单项目 demo ├── go.mod ├── main.go └...
VSCode vs Goland linter
英文: VSCode vs Goland linter 问题 我想知道在这个VSCode扩展中使用的VSCode Golang linter(https://marketplace.visualstu...
`formatOnSave`在保存时会在文件顶部添加一个`go:build`标签。
英文: `formatOnSave` adds a `go:build` tag at the top of the file on save 问题 以下是翻译好的内容: 这是问题所在。 我想在保存时...
如何在外部控制台中启动/调试项目?
英文: How do I launch/debug a project in an external console? 问题 我正在尝试在VSCode中调试一个Go项目。我能够进行调试,但应用程序在内...
我想将VSCode中的黄色括号级别更改为更明显的颜色。
英文: I want to change the yellow bracket level in VSCode to a more visible colour 问题 我正在使用VSCode和(默认)...
73