angular 6 custom tags highliting
webStorm 2018.1.5
custom Angular-tags highlighted, but I can't watch the component using ctrl+click on tag.
I've installed plugins for Angular 2+, but nothing changed.
That feature worked recently, but now it doesn't. What should I do for turn it on again?
Thank you
Please sign in to leave a comment.
Works fine for me
Can you recreate the issue in a new Angular app? Also, do you have @angular node_modules indexed (included in project)?
Oh, it works! Thank you
I've included @angular node_modules into project. But why did it work earlier (@angular node_modules wasn't indexed)?
It had never worked with excluded modules - having @angular included has always been a requirement.
Note that WebStorm auto-excludes node_modules, but direct dependencies listed in package.json are auto-added to JavaScript Libraries and thus indexed. You must have removed/disabled the library recently, causing the issue
Yes, I've just removed this dependency.
Thanks a lot for support!