Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intellisense is not working for me #50

Open
ghost opened this issue Jan 9, 2017 · 4 comments
Open

Intellisense is not working for me #50

ghost opened this issue Jan 9, 2017 · 4 comments

Comments

@ghost
Copy link

ghost commented Jan 9, 2017

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

@citizenmatt
Copy link
Member

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.

@ghost
Copy link
Author

ghost commented Jan 9, 2017

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.

@citizenmatt
Copy link
Member

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

@ghost
Copy link
Author

ghost commented Jan 10, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant