最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - Attribute [ngSwitch] is not allowed here, this is what IntelliJ IDEA 2016 tells me for an Angular2 template, why? -

programmeradmin2浏览0评论

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
Add a ment  | 

1 Answer 1

Reset to default 10

I'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.

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论