Visual Studio 2013 - Intellisense

How does one go about adding intellisense support for ionic?

In Visual Studio 2013 only available Angular intellisens, but as the Ionic built on Angular, I think that’s enough

For enabling Angular Intellisense in Visual Studio 2013 you need:
Download the angular.intellisense.js file for Visual Studio and place it in the Program Files (x86)\Microsoft Visual Studio 12.0\JavaScript\References folder of your machine.
This support will work the same with any project that uses AngularJS, including Apache Cordova, ASP.NET MVC, ASP.NET WebForm, LightSwitch, Windows Store apps and any others.

You can also buy ReSharper, it also adds Angular Intellisense in Visual Studio…

After installing the file you reference intellisense is working for angular but still not for ionic. If I start typing <ion-hea instellisense should activate and display ion-hea* values right? I am testing this functionality in an Apache Cordova project. I have the following linked to my test html page.

<link rel="stylesheet" type="text/css" href="Content/ionic.min.css" />
<script type="text/javascript" src="scripts/ionic.bundle.js"></script>