From 80a09ff0dc591673691bb76596ed2813df28b599 Mon Sep 17 00:00:00 2001 From: RbR <665978+rbluer@users.noreply.github.com> Date: Fri, 31 Jan 2020 13:53:50 -0500 Subject: [PATCH] Update with the fact that goClipse was abanadoned in 2017. I wasted time installing it and it failed to work with eclipse 2019-12. There are no warnings when installing eclipse plugins that have been abandoned years ago, or that they do not work. An abandonment notice could be very useful for users reviewing this listing. --- IDEsAndTextEditorPlugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IDEsAndTextEditorPlugins.md b/IDEsAndTextEditorPlugins.md index 684d73c0..2be0e791 100644 --- a/IDEsAndTextEditorPlugins.md +++ b/IDEsAndTextEditorPlugins.md @@ -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