From 0d263be6aa19c79d63a0318a46fd0c7952abd10f Mon Sep 17 00:00:00 2001 From: Jianhua Li Date: Thu, 31 May 2018 10:53:42 +0800 Subject: [PATCH] add an entry for the best source code editor Source Insight with Go support --- IDEsAndTextEditorPlugins.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/IDEsAndTextEditorPlugins.md b/IDEsAndTextEditorPlugins.md index d0b5b094..0bfd8a07 100644 --- a/IDEsAndTextEditorPlugins.md +++ b/IDEsAndTextEditorPlugins.md @@ -31,6 +31,8 @@ * [notepadplus-go](https://github.com/chai2010/notepadplus-go) Syntax highlighting, functions list panel (for code browsing), code completion for keywords & builtins. * The GOnpp plugin (available **via Notepad++'s built-in Plugin Manager**) provides code completion (requires gocode), function calltips, goimports integration, and keyboard shortcuts for common go commands. [[sources](https://github.com/tike/GOnpp), [binaries](http://sourceforge.net/projects/gonpp/files/)]. * [GoAutocomplete](https://github.com/steve-perkins/GoAutocomplete) is another code completion plugin. + * **[Source Insight](https://www.sourceinsight.com) is a programming editor & code browser with built-in live analysis for C/C++, C#, Java, and more; helping you understand large projects. + * [golang.xclf](https://www.sourceinsight.com/pub/languages/golang.xclf) is [Custom Language](https://www.sourceinsight.com/download/custom-languages/) files adding syntax formatting and some parsing support to Source Insight for languages that are not built-in. * **[Sublime Text](http://www.sublimetext.com/)**: Commercial text editor. * [GoSublime](https://github.com/DisposaBoy/GoSublime) is a plugin collection with IDE-like features available. * [Golang Build](https://github.com/golang/sublime-build) is the official Sublime Text package for Go build system integration.