具有 GUI 设计支持的 Go IDE
我正在研究Go语言,但我想知道是否有专门为其开发的IDE,但具有GUI设计功能,例如Visual Studio和Netbeans。
I was taking a look on Go language, but I want to know if there is any IDE developed only for it, but that have a GUI design feature, as Visual Studio and Netbeans.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(9)
Go 并不是真正为 GUI 设计的——它的设计正是为了满足 Google 的需求。
我敢说用它来开发 GUI 框架是完全可能的,但据我所知,这不是团队的首要任务。
Go isn't really designed for GUIs - it's precisely designed to meet the kind of needs that Google has.
I dare say it's entirely possible to develop GUI frameworks with/in it, but it's not the team's priority as far as I'm aware.
您还可以在此处找到 Eclipse 插件:http://code.google.com/p/goclipse/< /a>
然而,在撰写本文时,这仍处于早期开发阶段。
You can also find an Eclipse plugin here: http://code.google.com/p/goclipse/
However, at the moment of writing this is still at an early development stage.
lite ide很小,跨平台,开源。你可以尝试一下。
http://code.google.com/p/golangide/
lite ide is little, cross platform and open source.you can try it.
http://code.google.com/p/golangide/
对于 Go 编程,我使用 Zeus 编辑器。它绝对不是 Go GUI IDE,但至少对我来说,gocode 自动完成功能很棒。
For my Go programming I use the Zeus editor. It's definitely NOT a Go GUI IDE but at least for me the gocode auto complete feature is great.
您现在也可以使用 Notepad++,这里有一个语言文件:
http://go-lang.cat-v.org/文本编辑器/notepad-plus-plus/
You can also use Notepad++ for now, there is a language file for it here:
http://go-lang.cat-v.org/text-editors/notepad-plus-plus/
我一直在使用带有 C 语法突出显示所选内容的 gedit 和 bash shell 进行编译和测试。我保留 Linux 版本的 Google Chrome 浏览器运行 Go 文档的本地副本。在 Xubuntu 窗口管理器下,每当我需要查看包 API 时,我都可以将浏览器窗口从标题栏上下翻转。
Go 的编译和链接速度非常快 - 我使用这套工具的效率与使用 Java 和 C# IDE 一样高效。仅用“石刀和熊皮”来编写软件真是令人耳目一新。
I've been using gedit with C syntax highlighting selected and bash shell for compiling and testing. I keep the Linux version of Google Chrome browser running local copy of Go documentation. Under Xubuntu window manager I can flip the browser window up and down out of the title bar for whenever I need to look at package APIs.
Go compiles and links very fast - I'm just as productive with this set of tools as I've ever been using Java and C# IDEs. Kind of refreshing to write software with just "stone knives and bear skins".
大多数主要的 Go 开发人员都使用 Acme Rob Pike 的一个编程环境,它与传统的IDE,但如果您思想开放并克服了第一次震惊,那么使用起来会非常愉快。
Most of the main Go developers use Acme A programming environment by Rob Pike, it is very different from a traditional IDE, but if you are open-minded and get over the first shock, it can be extremely pleasant to use.
使用 Cloud-IDE.com 在线编辑器和在线部署 - 全部免费!
Use Cloud-IDE.com online editor and online deploy - All FREE !!
我相信开发 Go 的最佳选择是 TextWrangler、Vim 或 BBedit。
I believe the best options for developing Go are TextWrangler, Vim, or BBedit.