[英]Using Emmet with $, @ and attributes
我正在使用phpstorm 2018.2。 這對我來說似乎很完整,但是沒有擴展:
select[name=qtyPotatoes id==qtyPotatoes]>option.item$[value=$]@3*5
我只是在emmet.io上嘗試過。 她擴展了它,但不尊重@ 3。
這兩個相關的片段確實可以正確擴展
select[name=qtyPotatoes id==qtyPotatoes]>option.item$@3*5
select[name=qtyPotatoes id==qtyPotatoes]>option.item$[value=$]*5
我正在嘗試獲取以下代碼:
<select name="qtyPotatoes" id="=qtyPotatoes">
<option value="3" class="item3"></option>
<option value="4" class="item4"></option>
<option value="5" class="item5"></option>
<option value="6" class="item6"></option>
<option value="7" class="item7"></option>
</select>
聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.