github.com/cnboonhan/delve@v0.0.0-20230908061759-363f2388c2fb/Documentation/EditorIntegration.md (about)

     1  ## Editor plugins
     2  
     3  The following editor plugins for delve are available:
     4  
     5  **Atom**
     6  * [Go Debugger for Atom](https://github.com/lloiser/go-debug)
     7  
     8  **Emacs**
     9  * [Emacs plugin](https://github.com/benma/go-dlv.el/)
    10  * [dap-mode](https://github.com/emacs-lsp/dap-mode#go-1)
    11  
    12  **Goland**
    13  * [JetBrains Goland](https://www.jetbrains.com/go)
    14  
    15  **IntelliJ IDEA**
    16  * [Golang Plugin for IntelliJ IDEA](https://plugins.jetbrains.com/plugin/9568-go)
    17  
    18  **LiteIDE**
    19  * [LiteIDE](https://github.com/visualfc/liteide)
    20  
    21  **Vim**
    22  * [vim-go](https://github.com/fatih/vim-go) (both Vim and Neovim)
    23  * [vim-delve](https://github.com/sebdah/vim-delve) (both Vim and Neovim)
    24  * [vim-godebug](https://github.com/jodosha/vim-godebug) (only Neovim)
    25  * [vimspector](https://github.com/puremourning/vimspector/)
    26  
    27  **VisualStudio Code**
    28  * [Go for Visual Studio Code](https://github.com/golang/vscode-go)
    29  
    30  **Sublime**
    31  * [Go Debugger for Sublime](https://github.com/dishmaev/GoDebug)
    32  
    33  ## Alternative UIs
    34  
    35  The following alternative UIs for delve are available:
    36  
    37  * [Gdlv](https://github.com/aarzilli/gdlv)
    38  * [Debugger](https://github.com/emad-elsaid/debugger)