From ce31dc9db2c655c4f93fc5e2a8327ac9858e28bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Eeden?= Date: Sat, 2 Jun 2018 09:22:36 +0200 Subject: [PATCH] Updated IDEsAndTextEditorPlugins (markdown) --- IDEsAndTextEditorPlugins.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/IDEsAndTextEditorPlugins.md b/IDEsAndTextEditorPlugins.md index 868c2899..beaf368d 100644 --- a/IDEsAndTextEditorPlugins.md +++ b/IDEsAndTextEditorPlugins.md @@ -6,6 +6,8 @@ * [Go-bbpackage](https://github.com/ascarter/go-bbpackage) with clippings, ctags standard library completion, better syntax highlighting, and tools * **[Brackets](http://brackets.io)**: a modern, open source text editor that understands web design. * [go-ide](https://github.com/David5i6/Brackets-Go-IDE) Go support with autocompletion through gocode. + * **[Builder](https://github.com/chergert/gnome-builder)**: A toolsmith for GNOME-based applications + * Synatax highlighting and completion build-in. * **[Eclipse IDE](https://www.eclipse.org/)**: a very popular, open-source, cross-platform IDE. [GoClipse](https://goclipse.github.io/) plugin enables Go support. * **[Emacs](https://www.gnu.org/software/emacs/)**: Extensible and customizable text editor. * Mode file maintained at https://github.com/dominikh/go-mode.el.