liteide icon indicating copy to clipboard operation
liteide copied to clipboard

使用go mod ,跳转到函数会报错

Open pengbinbin1 opened this issue 5 years ago • 1 comments

liteIDE版本:5.9.5 goversion :1.14 编译版本:win64

如果使用gomod模式,跳转到函数会报错 find def error :进程退出 代码 2 而且此时不会有补全及函数智能提示 而且该现象还不是必现,就是说有的项目中即使用了mod模式,还是可以正常跳转,有的项目就不可以

如果不使用mod模式,肯定是可以正常跳转

pengbinbin1 avatar Apr 16 '20 02:04 pengbinbin1

按照楼主在issue1086 中说的,更新gocode gotools 后,跳转到函数可以正常使用了,但是完全没有智能提示了

pengbinbin1 avatar Apr 16 '20 03:04 pengbinbin1