mirror of
				https://github.com/golang/go.git
				synced 2025-10-31 08:40:55 +00:00 
			
		
		
		
	 4558321eb2
			
		
	
	
		4558321eb2
		
	
	
	
	
		
			
			The speed of feature development for these products outpaces the standard Go 6-month release cycle tied to this page. The cost of maintaining this list is becoming a burden as we make every attempt at being impartial. As of this writing, we believe feature lists belong on the pages of the editors/IDEs themselves. Change-Id: Ie2dfe0e0d47d203c913373e58cbb65cb0fb14d0c Reviewed-on: https://go-review.googlesource.com/91976 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
		
			
				
	
	
		
			35 lines
		
	
	
	
		
			1.4 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
	
		
			1.4 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="http://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://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>
 | |
| <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://atom.io/packages/go-plus">Atom</a>: Go-Plus is an Atom package that provides enhanced Go support</li>
 | |
| </ul>
 | |
| 
 | |
| <p>
 | |
| Note that these are only a few top solutions; a more comphensive
 | |
| 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>
 |