Webstorm: autocomplete still not working with LODASH (and others) after setting DefinitelyTyped

Using Webstorm 11.0.3 and Lodash 4.3.0. I installed loadash DefinitelyTyped (see snapshot below), but I still don't get auto-complete for:

 _.has 

Do I need to do anything other than download and install the DefinitelyTyped package as global?

TIA!

enter image description here

+7
lodash webstorm definitelytyped
source share

No one has answered this question yet.

See related questions:

244
Import lodash into angular2 + typescript application
43
How to disable automatic saving to the Internet
twenty
npm WARN is deprecated lodash@2.4.2 : lodash @ <3.0.0 is no longer supported
nine
intellisense and code for DefinitelyTyped (TypeScript) definitions in the WebStorm IDE
2
WebStorm does not show auto-complete for pure JS libraries in TypeScript context
2
bridging lodash solution not to support conversation
one
Using supertest in WebStorm produces "Argument type not assigned to parameter type" and "Unresolved function or method",
one
WebStorm - masks for Mongoose NPM Promise packages for autocomplete
0
How to enable code completion popup in WebStorm?
0
How to create stubs to support auto-completion in Webstorm?

All Articles