jmbledsoe / angularjs-visualstudio-intellisense

Visual Studio extension providing statement completion for injected AngularJS components in JavaScript files.
MIT License
110 stars 22 forks source link

Ionic's AngularJS Intellisense in Visual Studio 2015 Tools for Apache Cordova Project #29

Closed ghost closed 9 years ago

ghost commented 9 years ago

I was not getting Intellisense for Angular inside of *.js files in a VS2015 Tools for Apache Cordova project that uses Ionic, which bundles it's own copy of Angular.

So, I copied the latest angular.intellisense.js file from this repo and placed it in my project as ~/www/lib/ionic/js/ionic.intellisense.js. This worked beautifully after restarting VS (probably not necessary) and then activating it in one of my *.js files (by typing $http. a few times and then waiting about 10 seconds). It also works for my own internal services, which reside in separate js files in my ~/www/services folder.

Just wanted to let others know. Thanks for your work!

jmbledsoe commented 9 years ago

Since this seems to be just informational, I'll close this issue. Thanks for the note.