PS: This is sublime text 3 instead of sublime Text 2, the general official download the original sublime text 3 is not with Emmet, so tell everyone Emmet installation method ————
① Press CTRL + ' bring up console
② paste the following code into the bottom command line and enter:
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 ())
③ Restart Sublime Text3, if you see the package control item in Perferences->package settings, the installation succeeds.
④ Click on the menu Preference-->package Control, enter the install package after the return,
⑤ Wait a few seconds, enter Emmet!
⑥ When this screen appears, restart ok!
How do I install Emmet to Sublime text 3?