Go语言的IDE支持情况如何?

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

what's the state of go language IDE support?

问题

有人可以分享一下在三大Java IDE巨头之一(我指的是Eclipse、NetBeans和JIdea)中使用Go的经验吗?

--

这里有一个类似的问题:https://stackoverflow.com/questions/1737098/is-there-an-ide-for-go,但我认为它有点过时,差不多是一年前的事了...

英文:

Can anyone share his experience working with go in one of the three java IDE giants -I mean eclipse, netbeans and JIdea

--

there's a similar question here https://stackoverflow.com/questions/1737098/is-there-an-ide-for-go but I think it's a little outdated, almost a year ago...

答案1

得分: 15

有一个网页在http://go-lang.cat-v.org/text-editors/上,描述了获取各种文本编辑器和集成开发环境(包括Eclipse和IntelliJ IDEA)与Go语言良好协作的方法。GEdit和Vim都有良好的支持,定义了与GoCode(一个代码补全守护进程)和语法高亮集成的方法。

英文:

There is a page at http://go-lang.cat-v.org/text-editors/ which describes methods for getting various text editors and IDEs, including Eclipse and IntelliJ IDEA, to play nicely with Go. Both GEdit and Vim have decent support, having defined methods for integration with GoCode, a code completion daemon, and syntax highlighting.

答案2

得分: 6

有这个:http://code.google.com/p/goclipse/,但它还处于开发的初期阶段。可能需要一点关注。

英文:

There's this: http://code.google.com/p/goclipse/, but it's in the alpha stages of development. Could do with a little bit of love.

答案3

得分: 6

Vim,Emacs或LiteIDE http://code.google.com/p/golangide/

英文:

Vim, Emacs or LiteIDE http://code.google.com/p/golangide/

huangapple
  • 本文由 发表于 2011年2月25日 20:52:49
  • 转载请务必保留本文链接:https://go.coder-hub.com/5117460.html
匿名

发表评论

匿名网友

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

确定