1: First website: https: //www.sublimetext.com/ download sublime text 3
2:Open Sublime text3, click View found Show Console (These two steps can be used instead of the shortcut keys ctrl + ~), then the following screen appears
Paste The following section red arrow, and then press enter
import urllib.request,os,hashlib; h = '6f4c264a24d933ce70df5dedcf1dcaee' + 'ebe013ee18cced0ef93d5f746d80ef60'; 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.path.join( ipp, pf), 'wb' ).write(by)
Then click Preferences in the Package Control, find the Package Control Install Package, click to enter the following interface
Emmet input in the input box, select the first installed automatically
You can enter html: xt + Tab, to see whether the following interface appears if the installation was successful.
Emmet syntax HTML Document initialization html:5 or !: for HTML5 document type, then pressTabKey orctrl+e: html:xt: used for XHTML transition document type html:4s: used for HTML4 strict document type...
1.installationEmmet How To Install?Reffer to this link:http://www.ituring.com.cn/article/47310 2.useEmmet--Abbreviations Syntax Emmet uses syntax similar to CSS selectors for describing elements&rsquo...
Sublime and its plug-Emmet Sublime Introduction Sublime advantage Sublime installation Package Control Emmet plug Sublime Introduction sublime is a code editor, you can writeHTML、php、js、cssAnd other d...
Refer to the concise installation steps organized by yourself after installation steps on the Internet. table of Contents 1. Install Package Control 2. Install Emmet 3. Use Emmet 1. InstallationPackag...