JQuery Mobile - Intellisense for Visual Studio 2010

I was unable to get Visual Studio to introduce intellisense while working with jQuery-Mobil.

How to enable this in Visual Studio 2010

+4
source share
2 answers

You can use intellisense-jquery-mobile , which adds Intellisense support for Visual Studio 2010 SP1 for jQuery Mobile * attributes.

To install, copy html_5_jqm.xsd to the appropriate Visual Studio schema directory (for example, C: \ Program Files (x86) \ Microsoft Visual Studio 10.0 \ Common7 \ Packages \ schemas \ html) and run the appropriate .reg file for your environment.

+7
source

So, I did everything except "execute the appropriate .reg for my environment." I can’t figure out how to do this. Inside Windows or VS. I am using VS 2010 SP1.

0
source

Source: https://habr.com/ru/post/1387256/


All Articles