Go语言IDE支持的现状如何?
任何人都可以分享他在三个 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...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
有一个页面 http://go-lang.cat-v.org/text-editors/ 描述了让各种文本编辑器和 IDE(包括 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.
有这个: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.
Vim、Emacs 或 LiteIDE http://code.google.com/p/golangide/
Vim, Emacs or LiteIDE http://code.google.com/p/golangide/