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)