vsxxxx Avalon 感知提示

1.關閉 Visual Studiocss

2.打開 C:/Program Files (x86)/Microsoft Visual Studio 12.0/Common7/Packages/schemas/html 文件夾html

3.刪除 CommonHTML5Types.binoop

4.打開 commonHTML5Types.xsd,以防萬一,先備份再修改spa

5.打開文件找到此節點:<xsd:attributeGroup name="commonHTML5coreAttributeGroup"></xsd:attributeGroup>code

在此節點中添加須要的提示,例如:htm

  ...blog

  ...seo

  <xsd:attribute name="ms-controller" />
  <xsd:attribute name="ms-include" />get

</xsd:attributeGroup>it

 6.保存,啓動 Visual Studio

 

 

//ms
<xsd:attribute name="ms-controller" /> <xsd:attribute name="ms-important" /> <xsd:attribute name="ms-include" /> <xsd:attribute name="ms-text" /> <xsd:attribute name="ms-html" /> <xsd:attribute name="ms-class" /> <xsd:attribute name="ms-scan" /> <xsd:attribute name="ms-hover" /> <xsd:attribute name="ms-active" /> <xsd:attribute name="ms-on" /> <xsd:attribute name="ms-visible" /> <xsd:attribute name="ms-if" /> <xsd:attribute name="ms-if-loop" /> <xsd:attribute name="ms-duplex" /> <xsd:attribute name="ms-css" /> <xsd:attribute name="ms-data" /> <xsd:attribute name="ms-checked" /> <xsd:attribute name="ms-selected" /> <xsd:attribute name="ms-readonly" /> <xsd:attribute name="ms-disabled" /> <xsd:attribute name="ms-enabled" /> <xsd:attribute name="ms-title" /> <xsd:attribute name="ms-src" /> <xsd:attribute name="ms-href" /> <xsd:attribute name="ms-attr" /> <xsd:attribute name="ms-repeat" /> <xsd:attribute name="ms-each" /> <xsd:attribute name="ms-with" /> <xsd:attribute name="ms-widget" /> <xsd:attribute name="ms-click" /> <xsd:attribute name="ms-dblclick" /> <xsd:attribute name="ms-mousedown" /> <xsd:attribute name="ms-mouseup" /> <xsd:attribute name="ms-mouseover" /> <xsd:attribute name="ms-mousemove" /> <xsd:attribute name="ms-mouseout" /> <xsd:attribute name="ms-keypress" /> <xsd:attribute name="ms-keydown" /> <xsd:attribute name="ms-keyup" /> <xsd:attribute name="ms-mouseenter" /> <xsd:attribute name="ms-mouseleave" /> <xsd:attribute name="ms-blur" /> <xsd:attribute name="ms-focus" /> <xsd:attribute name="ms-change" /> <xsd:attribute name="ms-hover" /> <xsd:attribute name="ms-css-${1:pname}" /> <xsd:attribute name="ms-attr-${1:pname}" /> <xsd:attribute name="ms-repeat-${1:data}Item" /> <xsd:attribute name="ms-each-${1:data}Item" /> <xsd:attribute name="ms-on-${1:event}" />
//data <xsd:attribute name="data-include-rendered" /> <xsd:attribute name="data-include-loaded" /> <xsd:attribute name="data-with-sorted" /> <xsd:attribute name="data-duplex-changed" /> <xsd:attribute name="data-duplex-event" /> <xsd:attribute name="data-event" /> <xsd:attribute name="data-repeat-rendered" /> <xsd:attribute name="data-each-rendered" /> <xsd:attribute name="data-with-rendered" />
相關文章
相關標籤/搜索