IntelliJ 13.1 angularjs plugin doesn't work

后端 未结 3 1526
轻奢々
轻奢々 2021-02-15 13:37

I\'ve just upgraded my IntelliJ to 13.1. together with the angularjs plug. My problem is that the IDE doesn\'t recognize the angular directives anymore just saying \"unknown htm

3条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-15 14:10

    There might be some conflict with the old version the AngularJs plugin you previously had installed.

    Doing a File > Invalidate Caches and Restart > Invalidate and Restart did solve the problem for me.

    Intellij IDEA had to re-index the whole project, maybe the previously indexed things where using the old AngularJs Plugin scheme ...

提交回复
热议问题