resharper-angularjs icon indicating copy to clipboard operation
resharper-angularjs copied to clipboard

Intellisense is not working for me

Open ghost opened this issue 8 years ago • 4 comments

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.

image

ghost avatar Jan 09 '17 06:01 ghost

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.

citizenmatt avatar Jan 09 '17 09:01 citizenmatt

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.

ghost avatar Jan 09 '17 17:01 ghost

Would you be able to share the project? Or create a similar project that also fails?

citizenmatt avatar Jan 10 '17 15:01 citizenmatt

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.

ghost avatar Jan 10 '17 18:01 ghost