Revert d053474^...d053474 on IDEsAndTextEditorPlugins

Dominik Honnef 2020-02-01 21:06:52 +01:00
parent d053474375
commit 471d150f9e

@ -6,7 +6,7 @@
* [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.
* **[Eclipse IDE](https://www.eclipse.org/)**: a very popular, open-source, cross-platform IDE. [GoClipse](https://goclipse.github.io/) plugin enables Go support.
* **[Eclipse IDE](https://www.eclipse.org/)**: a very popular, open-source, cross-platform IDE. [GoClipse](https://goclipse.github.io/) plugin enables Go support. This project was abandoned in 2017 and may not work with modern editions of Eclipse.
* **[Emacs](https://www.gnu.org/software/emacs/)**: Extensible and customizable text editor.
* Mode file maintained at https://github.com/dominikh/go-mode.el.
* [GoFlyMake](https://github.com/dougm/goflymake) Flymake-style syntax checking for Go