Search code examples
visual-studiovisual-studio-2012windows-phonevisual-studio-expressjavascript-intellisense

No JavaScript Intellisense in Visual Studio Express 2012 For Windows Phone


I'm developing mobile app for windows phone using Windows phone 8 SDK (Visual Studio Express 2012 For Windows Phone). I want to use autoComplete facilities when coding in Javascript. For that I need to use Intellisense for JS.

According to my knowledge, To configure Intellisense according to my knowledge,It have navigate to the [Tools] > [Options] > Text Editor > JavaScript > IntelliSense >

But in my [Tools] > [Options] > Text Editor > list there is No item called JavaScript.

Please someone help me for solve this.


Solution

  • Are you running Visual Studio 12, or Visual Studio 2012? You state "12" in the text, but have tagged the post with "visual-studio-2012". Confusingly, version "12" is the 2013 release.

    Regardless, please ensure you are running Visual Studio 2013 with at least update 2 (preferably update 4), and also be sure to enabled the "Web Developer Tools" features.

    See Windows Phone 8 template in Visual Studio 2013 Preview for a similar issue to see if any of this applies.