mirror of
https://github.com/golang/go
synced 2024-11-12 12:50:28 -07:00
759309029f
Rerank editor plugins based on popularity (Go 2019 survey), and remove Atom, as it is no longer popular. Change-Id: I06d39b67eec24a920439b9ea1198b6e2a939874e Reviewed-on: https://go-review.googlesource.com/c/go/+/283073 Trust: Rebecca Stambler <rstambler@golang.org> Run-TryBot: Rebecca Stambler <rstambler@golang.org> Reviewed-by: Robert Findley <rfindley@google.com>
34 lines
1.2 KiB
HTML
34 lines
1.2 KiB
HTML
<!--{
|
|
"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
|
|
that make Go development more productive and seamless.
|
|
A comprehensive list of editor support and IDEs for Go development is available at
|
|
<a href="https://golang.org/wiki/IDEsAndTextEditorPlugins">the wiki</a>.
|
|
</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>
|
|
<li><a href="https://marketplace.visualstudio.com/items?itemName=golang.go">Visual Studio Code</a>:
|
|
Go extension provides support for the Go programming language</li>
|
|
<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>
|
|
<li><a href="https://github.com/fatih/vim-go">vim</a>: vim-go plugin provides Go programming language support</li>
|
|
|
|
<p>
|
|
Note that these are only a few top solutions; a more comprehensive
|
|
community-maintained list of
|
|
<a href="https://github.com/golang/go/wiki/IDEsAndTextEditorPlugins">IDEs and text editor plugins</a>
|
|
is available at the Wiki.
|
|
</p>
|