This is a created article in which the information may have evolved or changed.
1. Installation
http://blog.csdn.net/love_se/article/details/7754274
2.Go compilation configuration: Tool=>build System=>go, then you can press Ctrl+b or F7 to compile the
3. Gocode Prompt Questions:
If the current project directory is not set to Gopath then Gcode hints will be problematic, mainly as follows: Unable to automatically prompt the contents of other package in the current project
Workaround:
Put the following script in the root of the project, use this to start the project
(Note: Start C:\Users\lenovo\Dropbox\golang\Sublime\sublime_text_cracked.exe is replaced by your own Sublime path)
Set prompt= $g $sset gopath=%~dp0mkdir "%gopath%bin" set Gobin=%gopath%binset path=%path%;%gobin%%~d0start C:\Users\ Lenovo\dropbox\golang\sublime\sublime_text_cracked.exerem cmd/k
Note: Only the package after go install will appear in the Gocode prompt, so it will need go install