How can I review the nsq source code in intellij?

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

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 如果你在使用过程中遇到任何问题,请先搜索是否有相同的问题,如果找不到,请随时提出一个新的问题。同时,请确保阅读自述文件 How can I review the nsq source code in intellij?

希望对你有帮助。

英文:

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 How can I review the nsq source code in intellij?

Hope it helps.

huangapple
  • 本文由 发表于 2015年3月6日 10:47:31
  • 转载请务必保留本文链接:https://go.coder-hub.com/28891590.html
匿名

发表评论

匿名网友

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

确定