How to integrate Electron to WebStorm having no “Module is not installed” hint?
问题 My Electron project works just fine. But I can't go to the declaration of the electron plugin and I can't figure out how to solve that. Basically I just wanna get rid of that hint shown in the image below and instead being able to go to it's declaration. Module is not installed... Unresolved function or method... Thanks. 回答1: You'll need to install TypeScript type definitions for Electron, the first section of this blog post explains how to setup code completion for ReactJS in WebStorm: To