简体   繁体   中英

Golang plugin on Intellij

I want to use Intellij 13.1.6 as my go app IDE, but there are some problem I can't sovle yet.

The default version of go support plugin installed on Intellij is 0.9.15, but in this version, there are some bugs so that I can build project successfully.

So I try to build the go-plugin jar by myself follow this article:

https://content.pivotal.io/blog/setting-up-the-google-go-plugin-with-intellij-idea-13-on-os-x-10-8-5

But when I click Prepare Plugin Module 'google-go-language' For Deployment , it shows errors cause some method can't be found. As the following figure 在此处输入图片说明

I think the problem is the version of my Intellij lack of some lib so that I can't build go-plugin jar successfully. How do I fix this?

Appreciate any replies.

  • Intellij Version: 13.1.6
  • JDK Version: 1.7
  • Go-plugin on GitHub: the latest commit on master branch (0261ffa)

Go插件代码的最新版本需要IntelliJ IDEA 14

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM