From 43c27a40cbdf449bded129a4a0cd293875710dc8 Mon Sep 17 00:00:00 2001 From: Alessandro Arzilli Date: Thu, 7 Apr 2016 18:06:21 +0200 Subject: [PATCH] Documentation: List of editor plugins (#490) --- Documentation/EditorIntegration.md | 7 +++++++ Documentation/README.md | 1 + 2 files changed, 8 insertions(+) create mode 100644 Documentation/EditorIntegration.md diff --git a/Documentation/EditorIntegration.md b/Documentation/EditorIntegration.md new file mode 100644 index 00000000..37baaf37 --- /dev/null +++ b/Documentation/EditorIntegration.md @@ -0,0 +1,7 @@ +The following editor plugins for delve are available: + +* [Golang Plugin for IntelliJ IDEA](https://github.com/go-lang-plugin-org/go-lang-idea-plugin) +* [Go for Visual Studio Code](https://github.com/Microsoft/vscode-go) +* [Emacs plugin](https://github.com/benma/go-dlv.el/) +* [LiteIDE](https://github.com/visualfc/liteide) +* [Go Debugger for Atom](https://github.com/lloiser/go-debug) diff --git a/Documentation/README.md b/Documentation/README.md index 2e5eeb87..04ddb850 100644 --- a/Documentation/README.md +++ b/Documentation/README.md @@ -6,3 +6,4 @@ Documentation for the project will reside in this directory. - [Usage](usage) - [API](api) - [Internal](internal) +- [Editor Integration](EditorIntegration.md)