liteide
liteide copied to clipboard
无法跨目录查找使用
Please answer these questions before submitting your issue. Thanks! Please download LiteIDE latest version and test before submitting your issue. Thanks!
What version of LiteIDE are you using (LiteIDE About - Version and Build Qt Version)?
X36.2 windows
What version of Go are you using (go version)?
go1.10.3 windows/amd64
What operating system and processor architecture are you using(go env)?
win7
What did you do?
比如我有个两个目录A和B,B使用了A的funcA,但右击funA查找使用,无法找到在目录B的使用,即只能在当前目录下查找使用, 试了“查找使用(GOPATH module)”也不行。
If possible, provide a recipe for reproducing the error.
What did you expect to see?
可以在GOPATH目录下查找使用,而不是当前目录下。