From b3188e99fd1a77403a2f827e0dbccac9f813661c Mon Sep 17 00:00:00 2001 From: Jaana Burcu Dogan Date: Thu, 20 Jul 2017 18:16:03 -0700 Subject: doc: minor fixes to the editor guide Change-Id: I8f6bcfab27251ef6962306d56e40d306ef85fe60 Reviewed-on: https://go-review.googlesource.com/50472 Reviewed-by: Rob Pike --- doc/editors.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/editors.html b/doc/editors.html index dd74446d7b..1448781036 100644 --- a/doc/editors.html +++ b/doc/editors.html @@ -7,8 +7,8 @@

This document lists commonly used editor plugins and IDEs from the Go ecosystem - that makes Go development more productive and seamless. - A comphensive list of editor support and IDEs for Go development is available on + that make Go development more productive and seamless. + A comprehensive list of editor support and IDEs for Go development is available at the wiki.

@@ -22,19 +22,19 @@ editing, navigation, testing, and debugging experience.
  • Vim Go: a plugin for Vim to provide Go programming language support
  • Visual Studio Code Go: an extension for Visual Studio Code to provide support for the Go programming language
  • -
  • Gogland: Gogland is distributed either as standalone IDE -or a plugin for the IntelliJ Platform IDEs
  • +
  • Gogland: Gogland is distributed either as a standalone IDE +or as a plugin for the IntelliJ Platform IDEs
  • -Note that these are only a few top solutions, a more comphensive -community maintained list of +Note that these are only a few top solutions; a more comphensive +community-maintained list of IDEs and text editor plugins -is available at the wiki. +is available at the Wiki.

    -Each development environment provides a large variety of static and dynamic tool integrations. +Each development environment integrates a number of Go-specific tools. The following feature matrix lists and compares the most significant features.

    @@ -165,7 +165,7 @@ The following feature matrix lists and compares the most significant features.

    -1: Possible when enabled via Settings > Go > On Save, go vet and golint are available via plugins. Also runs tests on save if configured. +1: Possible when enabled via Settings > Go > On Save, go vet and golint are available via plugins. Also runs tests on save if configured.
    2: Additionally, user input can disambiguate when two or more options are available.

    -- cgit v1.2.3-54-g00ecf