Visual Studio 2013 AngularJS intellisense support

后端 未结 12 1216
长情又很酷
长情又很酷 2020-12-04 13:28

I thought VS 2013 is supposed to have support for angularjs attribute intellisense? For some reason it\'s not working for me on the latest version of Microsoft Visual Studi

12条回答
  •  日久生厌
    2020-12-04 13:55

    I know this is old, but it was still happening for me. To fix it for VS 2013, follow these instructions:

    1) Open the file C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Packages\schemas\html\commonHTML5Types.xsd

    2) Find the area in the file that starts with this line: . Scroll down about 7 lines to find the corresponding closing tag:

    3) Just above the closing tag, paste the following lines of code:

    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    

    Save the file and reopen VS2013. This should fix the issue.

提交回复
热议问题