File: EditorIntegration.md

package info (click to toggle)
delve 1.24.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 14,092 kB
  • sloc: ansic: 111,943; sh: 169; asm: 141; makefile: 43; python: 23
file content (39 lines) | stat: -rw-r--r-- 1,183 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
## 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/)
* [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)