Reputation: 48015
Is there a way to exclude a Javascript library from code completion in IntelliJ IDEA without excluding it from the module? If I exclude it from the module sources, Idea does not process it in artifacts anymore.
I need the Javascript library in deployment, but it pollutes auto-completion.
Upvotes: 2
Views: 463
Reputation: 48015
Finally found a solution:
Right-click the Javascript file in project window, choose "Mark as plain-text". Also works for CSS.
Upvotes: 4