delve/Documentation/EditorIntegration.md

14 lines
635 B
Markdown
Raw Normal View History

The following editor plugins for delve are available:
* [Golang Plugin for IntelliJ IDEA](https://github.com/go-lang-plugin-org/go-lang-idea-plugin)
2017-03-24 23:07:50 +00:00
* [JetBrains Gogland](https://www.jetbrains.com/go) - "early access" builds so far
* [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)
* [Go Debugger for NeoVim](https://github.com/jodosha/vim-godebug)
The following alternative UIs for delve are available:
* [Gdlv](https://github.com/aarzilli/gdlv)