Documentation: List of editor plugins (#490)

This commit is contained in:
Alessandro Arzilli
2016-04-07 18:06:21 +02:00
committed by Derek Parker
parent e60942a39d
commit 43c27a40cb
2 changed files with 8 additions and 0 deletions

View File

@ -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)

View File

@ -6,3 +6,4 @@ Documentation for the project will reside in this directory.
- [Usage](usage)
- [API](api)
- [Internal](internal)
- [Editor Integration](EditorIntegration.md)