美文网首页
vscode Golang 配置完美版

vscode Golang 配置完美版

作者: realguan | 来源:发表于2019-11-25 09:08 被阅读0次

vscode Golang 配置完美版

  1. 配置 GOPROXY 科学上网

set GOPROXY="https://goproxy.io"
image
  1. 配置代理地址端口

http://127.0.0.1:1080   // 端口一般为1080

端口查看:

image ​ image
  1. 安装 Go 插件

image
  1. 安装 Go 工具包

  • 使用快捷键:CTRL + SHIFT + P
  • 输入:Go: Install/Update Tools
  • 全部勾选点击确定 image
image

相关文章

网友评论

      本文标题:vscode Golang 配置完美版

      本文链接:https://www.haomeiwen.com/subject/xokhwctx.html