delve/Documentation/EditorIntegration.md

40 lines
1.2 KiB
Markdown
Raw Permalink 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/)
2019-03-22 12:21:55 +00:00
* [dap-mode](https://github.com/emacs-lsp/dap-mode#go-1)
* [dape](https://github.com/svaante/dape?tab=readme-ov-file#go---dlv)
**Goland**
* [JetBrains Goland](https://www.jetbrains.com/go)
**IntelliJ IDEA**
* [Golang Plugin for IntelliJ IDEA](https://plugins.jetbrains.com/plugin/9568-go)
**LiteIDE**
* [LiteIDE](https://github.com/visualfc/liteide)
**Vim**
* [vim-go](https://github.com/fatih/vim-go) (both Vim and Neovim)
* [vim-delve](https://github.com/sebdah/vim-delve) (both Vim and Neovim)
* [vim-godebug](https://github.com/jodosha/vim-godebug) (only Neovim)
* [vimspector](https://github.com/puremourning/vimspector/)
**VisualStudio Code**
* [Go for Visual Studio Code](https://github.com/golang/vscode-go)
**Sublime**
* [Go Debugger for Sublime](https://github.com/dishmaev/GoDebug)
## Alternative UIs
The following alternative UIs for delve are available:
* [Gdlv](https://github.com/aarzilli/gdlv)
* [Debugger](https://github.com/emad-elsaid/debugger)