easy way to add an import Linocatucci 创建于 2017年10月04日 17:25 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
You can hit Alt+Enter to import your module;
ha, thanks! the suggestion was not clear in my screen