Ingo Kegel
Ingo Kegel

Reputation: 48015

Exclude javascript library from code completion in IntelliJ IDEA

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

Answers (1)

Ingo Kegel
Ingo Kegel

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

Related Questions