From 5cd2ac1d491fc30eb5a4dc778133eb5859d0418a Mon Sep 17 00:00:00 2001 From: Sebastian Dahlgren Date: Wed, 19 Jul 2017 00:26:42 +0530 Subject: [PATCH] docs: Add vim-delve and clean up page (#917) --- Documentation/EditorIntegration.md | 28 +++++++++++++++++++++++----- 1 file changed, 23 insertions(+), 5 deletions(-) diff --git a/Documentation/EditorIntegration.md b/Documentation/EditorIntegration.md index b4b67b9b..bcd415ff 100644 --- a/Documentation/EditorIntegration.md +++ b/Documentation/EditorIntegration.md @@ -1,12 +1,30 @@ +## Editor plugins + The following editor plugins for delve are available: -* [Golang Plugin for IntelliJ IDEA](https://github.com/go-lang-plugin-org/go-lang-idea-plugin) -* [JetBrains Gogland](https://www.jetbrains.com/go) - "early access" builds so far -* [Go for Visual Studio Code](https://github.com/Microsoft/vscode-go) +**Atom** +* [Go Debugger for Atom](https://github.com/lloiser/go-debug) + +**Emacs** * [Emacs plugin](https://github.com/benma/go-dlv.el/) + +**Gogland** +* [JetBrains Gogland](https://www.jetbrains.com/go) - "early access" builds so far + +**IntelliJ IDEA** +* [Golang Plugin for IntelliJ IDEA](https://github.com/go-lang-plugin-org/go-lang-idea-plugin) + +**LiteIDE** * [LiteIDE](https://github.com/visualfc/liteide) -* [Go Debugger for Atom](https://github.com/lloiser/go-debug) -* [Go Debugger for NeoVim](https://github.com/jodosha/vim-godebug) + +**Vim** +* [vim-delve](https://github.com/sebdah/vim-delve) (both Vim and Neovim) +* [vim-godebug](https://github.com/jodosha/vim-godebug) (only Neovim) + +**VisualStudio Code** +* [Go for Visual Studio Code](https://github.com/Microsoft/vscode-go) + +## Alternative UIs The following alternative UIs for delve are available: -- GitLab