英文:
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中启用应用引擎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
This is the correct path that enabling me to get app engine SDK autocomplation with LiteIDE
SDK_FOLDER/goroot/pkg/
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论