Clement Martino
Clement Martino

Reputation: 475

HTML tags and directives are not recognized by Intellij IDEA

I can't navigate anymore between my HTML and TS files in Intellij IDEA; tags, directives and autocompletion in HTML are disabled. I've got some warnings:

enter image description here

How could I restore the original config for all files to develop my Angular app?

Upvotes: 2

Views: 3119

Answers (1)

Amit_sh
Amit_sh

Reputation: 21

Head over to Settings | Plugins.

Deselect AngularJS plugin -> Apply -> OK -> Restart IDE.

After indexing is done head over to Plugins again

Select AngularJS Plugin -> Apply -> OK Restart IDE.

It should be fine after indexing is done.

Upvotes: 2

Related Questions