我如何在VS Community 2017中使用HTML代码段?

时间:2017-06-05 11:55:31

标签: visual-studio-2017 code-snippets

如何在ASP.NET MVC项目中轻松地在Visual Studio Community 2017中生成下一个代码?

<h1 id="welcome"></h1>
<div class="row">
    <section class="col-md-4">
        <h2><h2>
        <p></p>
    </section>
    <section class="col-md-4">
        <h2><h2>
        <p></p>
    </section>
    <section class="col-md-4">
        <h2><h2>
        <p></p>
    </section>
</div>

使用下一个代码段

h1#welcome+div.row>(section.col-md-4>(h2+p))*3

喜欢这张图片

enter image description here

这必须在.cshtml (带有剃刀代码的HTML).html文件

内部使用

1 个答案:

答案 0 :(得分:2)

h1#welcome+div.row>(section.col-md-4>(h2+p))*3

看起来您正在使用HTML Zen Coding。 VS需要一个扩展才能工作。

https://marketplace.visualstudio.com/items?itemName=MadsKristensen.ZenCoding