From 9b2165e7f5f275952ef558c8c18b8cb761f5cdbc Mon Sep 17 00:00:00 2001 From: Duke Date: Wed, 9 Jul 2014 11:41:28 -0300 Subject: [PATCH] added gocode in Editor Plugins --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a2281ec8..9191ad77 100644 --- a/README.md +++ b/README.md @@ -442,6 +442,7 @@ Go software and plugins. ## Editor Plugins * [go-lang-idea-plugin](https://github.com/go-lang-plugin-org/go-lang-idea-plugin) Go plugin for IntelliJ IDEA. +* [gocode](https://github.com/nsf/gocode) - An autocompletion daemon for the Go programming language * [GoSublime](https://github.com/DisposaBoy/GoSublime) - A Golang plugin collection for the text editor SublimeText 2 providing code completion and other IDE-like features. * [vim-compiler-go](https://github.com/rjohnsondev/vim-compiler-go) - A Vim plugin to highlight syntax errors on save. * [vim-go](https://github.com/fatih/vim-go) - Go development plugin for Vim.