英文:
Go IDE With GUI Design Support
问题
我正在研究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.
答案1
得分: 32
Go并不是为GUI设计的 - 它的设计目标是满足Google的需求。
我敢说,使用Go开发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.
答案2
得分: 6
你还可以在这里找到一个Eclipse插件:http://code.google.com/p/goclipse/
然而,写这篇文章时,该插件仍处于早期开发阶段。
英文:
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.
答案3
得分: 6
轻量级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/
答案4
得分: 5
对于我的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.
答案5
得分: 4
你现在也可以使用Notepad++,这里有一个适用于它的语言文件:
http://go-lang.cat-v.org/text-editors/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/
答案6
得分: 2
我一直在使用带有C语法高亮选择和bash shell用于编译和测试的gedit。我保留了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".
答案7
得分: 2
大多数主要的Go开发者使用Acme,这是由Rob Pike开发的一种编程环境,它与传统的集成开发环境非常不同,但如果你心态开放并且能够克服最初的震惊,它可以非常愉快地使用。
英文:
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.
答案8
得分: 1
使用Cloud-IDE.com在线编辑器和在线部署 - 全部免费!!
英文:
Use Cloud-IDE.com online editor and online deploy - All FREE !!
答案9
得分: 0
我相信开发Go语言的最佳选择是TextWrangler、Vim或BBedit。
英文:
I believe the best options for developing Go are TextWrangler, Vim, or BBedit.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论