Shortcut for automatic import of a class in WebStorm for TypeScript

Viewed 2369

I was watching a tutorial video of Angular2 and the guy typed @Injectable() then with some black magic a line appeared on top

import {Injectable} from 'angular2/core'

How did he do this, what type of sorcery is this ?

2 Answers
Related