liteide go code completion for google cloud libraries

huangapple go评论72阅读模式
英文:

liteide go code completion for google cloud libraries

问题

我正在使用LiteIDE编写一些Go代码,所有的库都“工作”得很好,除了Google Cloud库。我无法找到一种方法让LiteIDE自动完成Google Cloud库。

SDK已经成功安装,我可以构建和部署代码。

谢谢,

miki

英文:

Im writing some go code in litede all the library's are "working" fine
except the google cloud library's.
I cant figure out a way how to get liteide auto complete the google cloud library's .

the sdk is installed well i can build and deploy the code.

thanks,

miki

答案1

得分: 1

最后,关键是找到正确的路径并将其添加到$GOPATH中,这只花了我4天的时间 liteide go code completion for google cloud libraries

这是正确的路径,可以在LiteIDE中启用应用引擎SDK的自动补全功能:

SDK_FOLDER/goroot/pkg/
英文:

At the end it was a metter of finding the right path and adding its to the $GOPATH it only took my 4 days liteide go code completion for google cloud libraries

This is the correct path that enabling me to get app engine SDK autocomplation with LiteIDE

SDK_FOLDER/goroot/pkg/

huangapple
  • 本文由 发表于 2015年3月9日 19:30:53
  • 转载请务必保留本文链接:https://go.coder-hub.com/28940951.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定