mirror of
https://github.com/go-delve/delve.git
synced 2025-10-30 10:17:03 +08:00
Documentation: List of editor plugins (#490)
This commit is contained in:
committed by
Derek Parker
parent
e60942a39d
commit
43c27a40cb
7
Documentation/EditorIntegration.md
Normal file
7
Documentation/EditorIntegration.md
Normal file
@ -0,0 +1,7 @@
|
||||
The following editor plugins for delve are available:
|
||||
|
||||
* [Golang Plugin for IntelliJ IDEA](https://github.com/go-lang-plugin-org/go-lang-idea-plugin)
|
||||
* [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)
|
||||
* [Go Debugger for Atom](https://github.com/lloiser/go-debug)
|
||||
@ -6,3 +6,4 @@ Documentation for the project will reside in this directory.
|
||||
- [Usage](usage)
|
||||
- [API](api)
|
||||
- [Internal](internal)
|
||||
- [Editor Integration](EditorIntegration.md)
|
||||
|
||||
Reference in New Issue
Block a user