문제

Writing a webpage requires a lot of creating divs. Is there a plugin that would allow me to type div.row.big and hit tab to create the following?

<div class="row big">

</div>

Or li#active for

<li id="active"></li>

I have seen this done in Sublime Text 2.

도움이 되었습니까?

해결책

I believe this is what you are looking for?

http://plugins.netbeans.org/plugin/48315/emmet

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top