go中自动补全插件安装-gopls

vscode中安装gopls失败,导致go中代码无提示,无法自动补全引用

  • 环境变量中设置go的代理:setx GOPROXY “https://goproxy.cn,direct”
  • go install golang.org/x/tools/gopls@latest
  • go中自动补全插件安装-gopls_第1张图片

你可能感兴趣的:(golang,开发语言,后端)