您的位置:首页 > 编程语言 > Go语言

GO 开发 IDE 环境--IDEA-go-lang-plugin

2016-02-29 09:53 676 查看
最近在使用 go ,想着用vim来学习还可以,还是整一个 go 的 IDE 比较方便。

试用了 liteIDE,不太习惯,还是比较喜欢 IntelliJ系列的,搜索了一下,安装一个插件就可以了。

网上大部分都是本地编译安装的教程,感觉比较麻烦。

这些插件可以之间用 IDEA 的插件管理工具就可以了。

这个插件的源码地址为:https://github.com/go-lang-plugin-org/go-lang-idea-plugin

在 readme里面写清楚了怎么安装,

Supported IDEs

Pre-release builds can be installed on IntelliJ platform versions 141.1532 – 141.9999 and 143.380 – 143.9999:

IntelliJ IDEA 14.1.4, 15 or 16 (Ultimate or Community)
WebStorm 10.0.4 or 11
PhpStorm 9.0 or 10
PyCharm 4.5.2+ or 5
RubyMine 7.1.3+ or 8
CLion 1.0.3+ or 1.2
Android Studio 1.2.1+
Pre-release builds are available in two forms: nightly and alphas. Alpha builds are usually released at the beginning of every week while nightly builds are released every night.

To use them do the following:

Use the instructions
Paste the URL for the version you need:
alpha: https://plugins.jetbrains.com/plugins/alpha/5047 nightly: https://plugins.jetbrains.com/plugins/nightly/5047 As this is a preview release, something might go wrong.


首先在设置里面,进入 Plugin 设置,单机浏览仓库



然后单击管理仓库,



添加新仓库,输入 github 中提示需要输入的网址: https://plugins.jetbrains.com/plugins/nightly/5047



添加完成 后,搜索 go 插件,就能看到了。安装这个插件即可。



新建项目选择 go



配置 go 的路径

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  ide go