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

Visual Studio Zen Coding 2008

danny_su

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

Prerequisite: http://www.microsoft.com/en-us/download/details.aspx?id=21827

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>
Menu
Context Menu
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft