英文:
How can I review the nsq source code in intellij?
问题
我下载并构建了nsq源代码,我想使用IntelliJ 14.0的Golang插件来导航源代码。如何在IntelliJ中导入整个nsq项目而不出现错误?
英文:
I download and build up the nsq src code and i wanna to navigate the src code by intellij 14.0 golang plugin. How can I import the whole nsq project into intellij without errors?
答案1
得分: 1
如果您使用go get获取代码,您可以使用$GOPATH作为项目的根目录,在IntelliJ中创建一个项目。然后,您可以导航到$GOPATH/src/github.com/bitly文件夹以查看代码。
英文:
If you get the code with go get you can create an IntelliJ project with your $GOPATH as the root of the project. Then you can navigate to the $GOPATH/src/github.com/bitly folders to see the code.
答案2
得分: 0
尽管即将发布的版本是稳定的,但有些功能可能无法正常工作,因此目前它是在 GitHub 的发布部分发布的,链接在这里:https://github.com/go-lang-plugin-org/go-lang-idea-plugin/releases 如果你在使用过程中遇到任何问题,请先搜索是否有相同的问题,如果找不到,请随时提出一个新的问题。同时,请确保阅读自述文件 ![]()
希望对你有帮助。
英文:
While the upcoming version is stable, some things might not work, hence it's currently released under github releases section here: https://github.com/go-lang-plugin-org/go-lang-idea-plugin/releases if you have any issues with it, please search for duplicates and if you can't find any, feel free to open one. Also be sure to read the readme ![]()
Hope it helps.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。


评论