This topic created in 1943 days ago, the information mentioned may be changed or developed.
有用 vimgo 的吗?
你们用 :GoReferences 查找引用的时候,出来的结果包含第三方代码时,显示的是 vendor 目录代码还是 gopath 目录代码?
我这里显示是 gopath 目录代码。
如何让 vimgo 自动搜索 vendor 目录的代码呢?
Supplement 1 · Feb 4, 2021
将 go.mod 从 go 1.13 更改为 go 1.14 后,vimgo 就会自动查找 vendor 的代码了