1. Install using the package control component
(1) Open the console (MAC) control+ '; (Win) Ctrl + '
(2) Copy the code and enter
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)
(3) Restart Sublime text preferences-a package control if there is a description of this item, the installation of the control is successful!
Package Control official Website Https://packagecontrol.io/installation#st3
2. Installing Emmet
(1) Press the "Ctrl+shift+p" button, or click the menu, Tools, command panel.
(2) Open the command panel and enter the first letter of the "PCIP" (Package control Install) four words.
(3) A new panel to install the package can appear , search Emmet:
Sublime Text3 Emmet (original zencoding) installation method