Install the package Control first, and you can skip this step if you have already installed it. Can follow the official website here https://packagecontrol.io/installation Copy command or copy directly below: Import Urllib.request,os,hashlib; h = ' eb2297e1a458f27d836c04bb0cbaf282 ' + ' d0e7a3098092775ccb37ca9d6b2e4b7d '; PF = ' package control.sublime-package '; IPP = Sublime.installed_packages_path (); Urllib.request.install_opener (Urllib.request.build_opener (Urllib.request.ProxyHandler ())); by = Urllib.request.urlopen (' http://packagecontrol.io/' + pf.replace (', '%20 ')). read (); DH = hashlib.sha256 (by). Hexdigest (); Print (' Error validating download (got%s instead of%s), please try manual install '% (DH, h)) if DH! = H Else Open (Os.pat H.join (IPP, PF), ' WB '). Write (by)
In Sublime Text3 Press ' +p note, ' ' is the key to the left of keyboard 1.
In the command line below Ctrl + V paste, enter.
Wait for an error pop-up window, click Confirm, then close and restart Sublime Text, the package control is installed.
1. Open the command panel via "Ctrl+shift+p"
2, enter the "install package" to open the installation plug-in panel (the first run can take a few seconds, because to download the packages contained within the "roster"),
3. This step is to install the Chinese language plugin: in the command screen popup, enter Chinese, select chineselocalization (enter or mouse click).
4, this step is to install open browser plugin: Enter "view in Browser" After the left mouse button click or enter to install. Then open the path under Sublimetext: preference-Press Bind-user, enter the following code before "]": {"Keys": ["Command+shift+enter"], "command": "Open_in_browser " }
Install Chinese plugin and quick open browser plugin under Mac