https://www.jetbrains.com/help/phpstorm/2016.2/live-templates.html
Quick import like: import something from 'some/package';
Abbr: i
+ TAB
import $END$ from '$LIB$';
Usage: type i
and press TAB
Abbr: cl
+ TAB
console.log($END$);
Usage: type cl
and press TAB
Abbr: w
$END$($SELECTION$)
Usage: select variable and press CTR + ALT + j
to open menu (just to test) - TODO direct shortcut.
...