docs: Add vim-delve and clean up page (#917)
This commit is contained in:
parent
222cf7fc55
commit
5cd2ac1d49
@ -1,12 +1,30 @@
|
||||
## Editor plugins
|
||||
|
||||
The following editor plugins for delve are available:
|
||||
|
||||
* [Golang Plugin for IntelliJ IDEA](https://github.com/go-lang-plugin-org/go-lang-idea-plugin)
|
||||
* [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)
|
||||
**Atom**
|
||||
* [Go Debugger for Atom](https://github.com/lloiser/go-debug)
|
||||
* [Go Debugger for NeoVim](https://github.com/jodosha/vim-godebug)
|
||||
|
||||
**Emacs**
|
||||
* [Emacs plugin](https://github.com/benma/go-dlv.el/)
|
||||
|
||||
**Gogland**
|
||||
* [JetBrains Gogland](https://www.jetbrains.com/go) - "early access" builds so far
|
||||
|
||||
**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-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:
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user