2017-06-14 19:41:14 +00:00
|
|
|
<!--{
|
|
|
|
"Title": "Editor plugins and IDEs",
|
|
|
|
"Template": true
|
|
|
|
}-->
|
|
|
|
|
|
|
|
<h2 id="introduction">Introduction</h2>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
This document lists commonly used editor plugins and IDEs from the Go ecosystem
|
2017-07-21 01:16:03 +00:00
|
|
|
that make Go development more productive and seamless.
|
|
|
|
A comprehensive list of editor support and IDEs for Go development is available at
|
2018-06-13 07:06:04 +00:00
|
|
|
<a href="https://golang.org/wiki/IDEsAndTextEditorPlugins">the wiki</a>.
|
2017-06-14 19:41:14 +00:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<h2 id="options">Options</h2>
|
|
|
|
<p>
|
|
|
|
The Go ecosystem provides a variety of editor plugins and IDEs to enhance your day-to-day
|
|
|
|
editing, navigation, testing, and debugging experience.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<ul>
|
2017-07-25 20:03:48 +00:00
|
|
|
<li><a href="https://github.com/fatih/vim-go">vim</a>: vim-go plugin provides Go programming language support</li>
|
|
|
|
<li><a href="https://marketplace.visualstudio.com/items?itemName=lukehoban.Go">Visual Studio Code</a>:
|
|
|
|
Go extension provides support for the Go programming language</li>
|
2017-11-22 01:10:59 +00:00
|
|
|
<li><a href="https://www.jetbrains.com/go">GoLand</a>: GoLand is distributed either as a standalone IDE
|
|
|
|
or as a plugin for IntelliJ IDEA Ultimate</li>
|
2017-07-25 20:03:48 +00:00
|
|
|
<li><a href="https://atom.io/packages/go-plus">Atom</a>: Go-Plus is an Atom package that provides enhanced Go support</li>
|
2017-06-14 19:41:14 +00:00
|
|
|
</ul>
|
|
|
|
|
|
|
|
<p>
|
2018-10-12 21:43:48 +00:00
|
|
|
Note that these are only a few top solutions; a more comprehensive
|
2017-07-21 01:16:03 +00:00
|
|
|
community-maintained list of
|
2017-06-14 19:41:14 +00:00
|
|
|
<a href="https://github.com/golang/go/wiki/IDEsAndTextEditorPlugins">IDEs and text editor plugins</a>
|
2017-07-21 01:16:03 +00:00
|
|
|
is available at the Wiki.
|
2017-06-14 19:41:14 +00:00
|
|
|
</p>
|