我的环境安装好的,能够正常编译调试,但是没有自动提示。这个怎么弄?
ctrl+shift+x 扩展要安装插件,确认都装了么
```
Go for Visual Studio Code 插件
$GOPATH/bin 目录下有以下程序
dlv
gocode
gocode-gomod
godef
godef-gomod
golint
go-outline
gopkgs
gorename
goreturns
go-symbols
guru
```
#1
更多评论
Error: Command failed: C:\Go\bin\go.exe get -u -v golang.org/x/lint/golint
Fetching https://golang.org/x/lint/golint?go-get=1
https fetch failed: Get https://golang.org/x/lint/golint?go-get=1: dial tcp 216.239.37.1:443: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
package golang.org/x/lint/golint: unrecognized import path "golang.org/x/lint/golint" (https fetch: Get https://golang.org/x/lint/golint?go-get=1: dial tcp 216.239.37.1:443: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.)
安装扩展的时候都出现错误
#2
国内访问github有时连不上,你看看这个下来能用不
>https://download.csdn.net/download/acaic/10777280
#3