delve/Documentation/EditorIntegration.md

33 lines
881 B
Markdown
Raw Normal View History

## Editor plugins
The following editor plugins for delve are available:
**Atom**
* [Go Debugger for Atom](https://github.com/lloiser/go-debug)
**Emacs**
* [Emacs plugin](https://github.com/benma/go-dlv.el/)
**Goland**
* [JetBrains Goland](https://www.jetbrains.com/go)
**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)
**Vim**
* [vim-go](https://github.com/fatih/vim-go) (only Vim, since 1.17)
* [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:
* [Gdlv](https://github.com/aarzilli/gdlv)