-
Notifications
You must be signed in to change notification settings - Fork 25
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
Plugin does not work in aspx files. #47
Comments
No, this should just work. What version of ReSharper are you using? |
What are the two screenshots? They seem to be showing the same file? |
Yes, In the first one I entered "ng" and you see that it has some suggestions Not sure if that is relevant. |
Ah. There is a bug where the "abbreviations" still appear if there are no parsed directives. Is the angular.js file included in the project? Is it the normal version or minimised? The parser doesn't work with the minimised version, so it requires the normal version to be a part of the project, even if it's not deployed. |
There are actually two versions of angular included 1.2.27 and 1.5.7 |
Are you able to share the project? You can email it to me confidentially at matt.ellis at jetbrains.com The only other thing I can suggest right now is to clear the caches (ReSharper → Options → General → Clear caches) and restart Visual Studio. |
Sorry but I cannot share the project. Most of it looks like this:
|
I have installed the plugin and added the angular.js file into the project but I still do not get any suggestions on my aspx files and all existing ng tags are highlighted as errors. controllers.js works fine.
Am I doing something wrong or there is support for aspx?
The text was updated successfully, but these errors were encountered: