针对Go语言开发的SublimeText插件集合:GoSublime
jopen
11年前
GoSublime是针对Golang开发的文本编辑器SublimeText插件集合。提供代码完成和其它IDE类似的功能。包括 Sublime Text 版本2 和 3 都支持。
特性
- code completion from Gocode
- context aware snippets via the code-completion popup to complement the existing SublimeText Go package.
- sublime build system(ctrl+b) integrating with GoSublime 9o command prompt
- lint/syntax check as you type
- quickly jump to any syntax error reported (and jump back to where you were before (across files))
- quickly fmt your source or automatically on save to conform with the Go standards
- easily create a new go file and run it without needing to save it first (9o
replay
) - share your snippets (anything in the loaded file) on play.golang.org
- list declarations in the current file
- automatically add/remove package imports
- quickly jump your import section(automatically goes to the last import) where you can easily edit the pkg alias and return to where you were before
- go to definition of a package function or constant, etc.
- show the source(and thus documentation) of a variable without needing to change views
示例
-
New demos will be uploaded to http://www.油Tube.com/user/GoSublime/videos