Skip to content
| Marketplace
Sign in
Visual Studio>Tools>Visual Studio Zen Coding 2012
Visual Studio Zen Coding 2012

Visual Studio Zen Coding 2012

danny_su

|
10,084 installs
| (7) | Free
Visual Studio Zen Coding is a visual studio plugin for high-speed HTML, XML, XSL (or any other structured code format) coding and editing.
Download
Visual Studio Zen Coding is a visual studio plugin for high-speed HTML, XML, XSL (or any other structured code format) coding and editing.

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. For example:

div#page>div.logo+ul#navigation>li*5>a

...can be expanded into:

<div id="page">
       
<div class="logo"></div>
       
<ul id="navigation">
               
<li><a href=""></a></li>
               
<li><a href=""></a></li>
               
<li><a href=""></a></li>
               
<li><a href=""></a></li>
               
<li><a href=""></a></li>
       
</ul>
</div>
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft