resharper-angularjs
resharper-angularjs copied to clipboard
Intellisense is not working for me
I installed the plugin but it doesn't seems to work. if I type <body ng- and hit control space I don't get any suggestions. I also get the this intellisense and when I hit enter, nothing happens. Does it support ng- completion? Does it interfere with VS's 2015 Angular Intellisense? am using R# 2016-3.

The plugin requires angular.js to be included in the project - it will parse the file and pull out any directives. If you've got the minified version included, it won't be able to find anything. This is a limitation with the plugin.
I have the uncompressed version of angular.js in my web site project. Are there other requirements? What about angular.references.js? It's in C:\Program Files (x86)\Microsoft Visual Studio 14.0\JavaScript\References\angular.intellisense.js.
Would you be able to share the project? Or create a similar project that also fails?
Now it works on another computer. On the first computer I was trying to get VS's Angular Intellisense working based on some Stackoverflow posts before installing R# extension. Now I have to remember what I did and revert those changes. Someone mentioned VS and R# Angular IntelliSense don't work well together. The R# extension seems to work based on the second computer.