具有 GUI 设计支持的 Go IDE

发布于 2024-08-16 11:48:13 字数 72 浏览 2 评论 0原文

我正在研究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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(9

姐不稀罕 2024-08-23 11:48:13

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.

遗心遗梦遗幸福 2024-08-23 11:48:13

您还可以在此处找到 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.

九公里浅绿 2024-08-23 11:48:13

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/

森林迷了鹿 2024-08-23 11:48:13

对于 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.

如梦初醒的夏天 2024-08-23 11:48:13

您现在也可以使用 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/

爱本泡沫多脆弱 2024-08-23 11:48:13

我一直在使用带有 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".

一枫情书 2024-08-23 11:48:13

大多数主要的 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.

无人接听 2024-08-23 11:48:13

使用 Cloud-IDE.com 在线编辑器和在线部署 - 全部免费!

Use Cloud-IDE.com online editor and online deploy - All FREE !!

月下凄凉 2024-08-23 11:48:13

我相信开发 Go 的最佳选择是 TextWrangler、Vim 或 BBedit。

I believe the best options for developing Go are TextWrangler, Vim, or BBedit.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文