Autocomplete method or function (like underscore package) in WebStorm?

how to autocomplete method or function when add new package in WebStorm.
Ex: I add underscore package, but don’t autocomplete.
How solve?

Open .meteor/packages in WebStorm. Click on link “Import packages as library” at upper right.
(Took me a while to figure that one out, wasn’t intuitive for me.)

1 Like

Very thanks, I will try.

Thank you 1jerry, didn’t knew that either !

As a sidenote, version 10.0.3 of Webstorm just added autocompletion for template helpers names in spacebar templates.