Everything seems to work fine, I have intellisense and such. However, when I run premit inspections I have tons of warnings, like:
Warning:(8, 58) Attribute [ngSwitch] is not allowed here
Warning:(9, 42) Attribute [attr.for] is not allowed here
Warning:(10, 14) Attribute *ngSwitchCase is not allowed here
Warning:(11, 32) Attribute *ngFor is not allowed here
Warning:(12, 38) Attribute [attr.for] is not allowed here
...
And so forth and so forth.
How do I instruct the IDEA that these are fine? I do not want to disable the inspection blindly, but not sure if there is a way to avoid it.
EDIT 1
I have AngularJS plugin already installed:
Everything seems to work fine, I have intellisense and such. However, when I run premit inspections I have tons of warnings, like:
Warning:(8, 58) Attribute [ngSwitch] is not allowed here
Warning:(9, 42) Attribute [attr.for] is not allowed here
Warning:(10, 14) Attribute *ngSwitchCase is not allowed here
Warning:(11, 32) Attribute *ngFor is not allowed here
Warning:(12, 38) Attribute [attr.for] is not allowed here
...
And so forth and so forth.
How do I instruct the IDEA that these are fine? I do not want to disable the inspection blindly, but not sure if there is a way to avoid it.
EDIT 1
I have AngularJS plugin already installed:
Share Improve this question edited Aug 18, 2016 at 22:52 mark asked Aug 18, 2016 at 22:27 markmark 62.9k96 gold badges342 silver badges669 bronze badges 2- Have you tried using the AngularJS Plugin to add support? – stevenelberger Commented Aug 18, 2016 at 22:31
- 1 I already have it - see EDIT 1 – mark Commented Aug 18, 2016 at 22:52
1 Answer
Reset to default 10I've had this problem on and off over the past few months. I even posted an issue with Jetbrains and the thread seems to have received much attention since.
I just resolved the problem by removing my .idea directory for the project and re-opening the IDE.