Visual Studio Code quick fix import not working in React

Viewed 268

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.

enter image description here

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? enter image description here

0 Answers
Related