Webstorm Auto Import For Electron + TypeScript + React
I'm a new Webstorm user. My API and Angular projects worked out of the box for auto import and auto complete, but my newest project they are not working.
We have an Electron project that uses TypeScript and React. This is put together with Webpack.
Any ideas how I can get Webstorm auto complete to work as well as the auto import?

Please sign in to leave a comment.
what are you trying to import? Import for React components should just work (if react node_modules are installed and included in the project). For Electron completion, you have to make sure to install electron.d.ts typings. See https://blog.jetbrains.com/webstorm/2016/05/getting-started-with-electron-in-webstorm/ for more info