easy way to add an import

hello, 

When copy declaration ie. 

ingredientsChanged = new EventEmitter<Ingredient>();

webstorm complains that it cannot find the import.

Is there an easy way add the import statement without typing it?

Cheers

Lino

 

0
2 comments

You can hit Alt+Enter to import your module;

 

0

ha, thanks! the suggestion was not clear in my screen

0

Please sign in to leave a comment.