This is a creation in Article, where the information may have evolved or changed.
Sublime Text 3 Installing Gosublime
Download Sublime Text
Plane ticket: HTTP://WWW.SUBLIMETEXT.COM/3
Installing Gosublime
First, we need to install the Sublime Text of the package Control function, after opening the software, press the shortcut key Ctrl + ', (' This symbol for the English half-width mode, press the TAB key above the number key 1 left button), a command window will open, Copy and enter the following, and the last return:
import
urllib.request,os; pf
=
'Package Control.sublime-package'
; ipp
=
sublime.installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener( urllib.request.ProxyHandler()) );
open
(os.path.join(ipp, pf),
'wb'
).write(urllib.request.urlopen(
'http://sublime.wbond.net/'
+
pf.replace(
' '
,
'%20'
)).read())
The installation will prompt you to restart the software, then you can find that the Preferences menu appears under the package settings and package control two menus
install Gosublime plug-in, press and hold ctrl+shift+p will pop up a session box, enter "Install" after the , enter "Gosublime", select and enter, and type "Go Build", select and enter (optional) , Configure Gosublime complete.