Quantcast
Viewing latest article 3
Browse Latest Browse All 12

Emmet (ex-Zen Coding) Eclipse plugin

Image may be NSFW.
Clik here to view.
Date Created: 
Thu, 2014-04-17 22:38
Date Updated: 
Mon, 2019-02-04 13:50
Emmet

Emmet (ex-Zen Coding) is an editor plugin for high-speed HTML, XML, XSL (or any other structured code format) coding and editing. The core of this plugin is a powerful abbreviation engine which allows you to expand expressions—similar to CSS selectors—into HTML code.

Type

  #page>div.logo+ul#navigation>li*5>a{Item $}

followed by Tab to get

<div id="page">
    <div class="logo"></div>
    <ul id="navigation">
        <li><a href="">Item 1</a></li>
        <li><a href="">Item 2</a></li>
        <li><a href="">Item 3</a></li>
        <li><a href="">Item 4</a></li>
        <li><a href="">Item 5</a></li>
    </ul>
  </div>

Visit http://emmet.io/ and http://docs.emmet.io/

This marketplace entry submitted as http://marketplace.eclipse.org/content/zen-coding has not been updated for 2 years, while plugin was released 3 moths ago. See https://github.com/emmetio/emmet-eclipse/issues/25

Listed in Nodeclipse Plugins List


Viewing latest article 3
Browse Latest Browse All 12

Trending Articles