Recently I started to use Visual Studio 2015 Community instead of Brackets. As it is said on a website, it has some kind of support of Angular, however, I did not even see it anywhere instead of HTML files. Even variable "angular", while hovering on it, prints
angular <type unknown>
I added an image to explain what I mean.
I tried to change JavaScript TextEditor References to Implicit (Web), however, after reboot, it comes back to Implicit (Windows).
I use Web Essentials and I know that it has feature to create Intellisense JS and TS files, however, this features are always disabled. I opened each directory in my project and checked it, this feature was always turned off.
In addition, I tried to create Scripts directory with _references.js manually, but it works very...baaad, I need to move it to another directory and return it into previous to make options like auto-sync available. The same thing is about _references.js
To make this case more cleaner: I create _references.js manualy. Now it has its Anto-Sync and Update References options. —> Reboot Visual Studio 2015 —> _references.js doesn't have such options anymore. However, even before reboot, if I update it, it will skip everything except app.js in root folder.
P.S. AngularJS IntelliSense works in HTML files, i.e. I can place ng-* attributes. So...I think, that something just doesn't work in VS 2015. P.S.S. I use NodeJS for server-part of WebApp.