To install the Emmet plugin:
Start Sublime Text 3, select Preferences>package Control, and click the package Control:install package:
Input Emmet and enter:
The bottom of the interface is displayed:
Indicates that the Emmet plugin is being installed.
It can be used after a reboot.
Related syntax:
Descendants:> Brothers: + Superior: ^ Group: () Multiplication: * Self-increment symbol: $ID and Class properties
abbreviation : #header
- <div id="header"></div>
abbreviation :. Title
- <div Class="title"></div>
abbreviation : form#search.wide
- <form id="Search" class="Wide"></form>
abbreviation : P.CLASS1.CLASS2.CLASS3
- <p Class="Class1 class2 class3"></p>
Installation reference:
Http://www.cnblogs.com/matchless/archive/2013/04/09/3010293.html
Syntax Reference:
Http://www.gbtags.com/gb/share/2644.htm
Official Reference documents:
Https://github.com/eecolella/emmet-style-reflector
Add Emmet (zencoding) in sublime text 3