Code inspection result: "Unresolved function or method module" for angular.module
When running code inspection on an AngularJS project, I get the inspection result "Unresolved function or method module" on lines where Angular modules are defined, i.e. ones starting off with "angular.module(...".
I already added AngularJS to the list of libraries under JavaScript->Libraries. What can I do to make the code inspection happy?
Please sign in to leave a comment.
Hello!
adding angular.js to libraries should be enough - works fine for me. Please can you attach a sample project that shows up the issue? Please also check if invalidating caches (File/Invalidate caches) solves the problem
Hello Elena,
thank you for asking. I cannot provide the real project, but I quickly hacked together a rather minimal project showing the same effect, maybe you could check if you get the same. (Invalidating the caches did not help.)
Thank you
José
Edit reason: Added information about deleting caches
Attachment(s):
Inspection_result.png
AngularInspectionTest.zip