I have installed various extensions in Visual Studio Code for being able to import through auto suggestion or auto-import when I paste some code, but it still doesn't work.
Extensions:
npm
npm intellisense
material-ui snippets
JS snippets
ESLint
ES7 React/Redux/GraphQLetc. snippets
and other varios exntensions.
I also want to mention that the language mode is set to JavaScript React.
How it would be possible to have something similar as this from WebStorm?

