2017-07-18 18:56:42 +00:00
|
|
|
## Editor plugins
|
|
|
|
|
2016-04-07 16:06:21 +00:00
|
|
|
The following editor plugins for delve are available:
|
|
|
|
|
2017-07-18 18:56:42 +00:00
|
|
|
**Atom**
|
|
|
|
* [Go Debugger for Atom](https://github.com/lloiser/go-debug)
|
|
|
|
|
|
|
|
**Emacs**
|
2016-04-07 16:06:21 +00:00
|
|
|
* [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)
|
2017-07-18 18:56:42 +00:00
|
|
|
|
2018-01-12 12:33:07 +00:00
|
|
|
**Goland**
|
|
|
|
* [JetBrains Goland](https://www.jetbrains.com/go)
|
2017-07-18 18:56:42 +00:00
|
|
|
|
|
|
|
**IntelliJ IDEA**
|
2019-05-30 15:03:16 +00:00
|
|
|
* [Golang Plugin for IntelliJ IDEA](https://plugins.jetbrains.com/plugin/9568-go)
|
2017-07-18 18:56:42 +00:00
|
|
|
|
|
|
|
**LiteIDE**
|
2016-04-07 16:06:21 +00:00
|
|
|
* [LiteIDE](https://github.com/visualfc/liteide)
|
2017-07-18 18:56:42 +00:00
|
|
|
|
|
|
|
**Vim**
|
2018-03-27 16:18:40 +00:00
|
|
|
* [vim-go](https://github.com/fatih/vim-go) (only Vim, since 1.17)
|
2017-07-18 18:56:42 +00:00
|
|
|
* [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)
|
|
|
|
|
2018-09-24 17:24:49 +00:00
|
|
|
**Sublime**
|
|
|
|
* [Go Debugger for Sublime](https://github.com/dishmaev/GoDebug)
|
|
|
|
|
2017-07-18 18:56:42 +00:00
|
|
|
## Alternative UIs
|
2017-03-24 23:10:01 +00:00
|
|
|
|
|
|
|
The following alternative UIs for delve are available:
|
|
|
|
|
|
|
|
* [Gdlv](https://github.com/aarzilli/gdlv)
|