If you are engaged in front-end development or web development, you must have heard of Zencoding, a method to quickly write HTMLCSS code. It uses the syntax similar to the CSS selector to quickly develop HTML and CSS. It is developed by SergeyChikuyonok. Now it has changed its name to Emmet and set up a new gorgeous Website: docs. emmet. io. We can
If you are engaged in front-end development or web development, you must have heard of Zen coding, a method to quickly write HTML/CSS code. It uses the syntax similar to the CSS selector to quickly develop HTML and CSS. It is developed by Sergey Chikuyonok. Now it changed its name to Emmet and built a new gorgeous Website: http://docs.emmet.io. We can
If you are engaged in front-end development or web development, you must have heard of Zen coding-a method to quickly write HTML/CSS code. It uses the syntax similar to the CSS selector to quickly develop HTML and CSS-developed by Sergey Chikuyonok.
Now it changed its name to Emmet and built a new gorgeous Website: http://docs.emmet.io.
We can try to see how powerful it is.
Unlike the concept of "code snippets" used in General Editors, Emmet uses dynamic syntax to generate code, which means you do not need to edit and create fixed code snippets by yourself. It greatly improves the code writing effect, which is similar to the popular Zen coding.
For example, enter the following content:
ul#nav>li.item$*4>a{Item $}
Emmet will help you generate the following code snippets:
Item 1 Item 2 Item 3 Item 4
Emmet can be used as a plug-in to support the following Editors:
- Eclipse/Aptana
- Sublime Text 2
- TextMate 1.x
- Coda 1.6 and 2.x
- Espresso
- Komodo Edit/IDE
- Notepad ++
- PS3
- </Li>
- CodeMirror2
- PHPStrom
If you are developing PHP, we strongly recommend that you use PHPStrom, a powerful PHP development tool, and then use Emmet to help you!
Here is a detailed introduction of Emmet article: http://www.iteye.com/news/27580
Original article address: Zen Coding, a must-have for WEB developers. All ides support plug-ins. Thank you for sharing your feedback.