码迷,mamicode.com
首页 > Web开发 > 详细

使用PhpStorm或WebStorm作为electron IDE

时间:2018-11-05 23:44:17      阅读:660      评论:0      收藏:0      [点我收藏+]

标签:图片   blog   cto   项目   image   file   web   run   而且   

最近在研究electron,考虑到以前一直用PhpStorm做开发,而且electron就是基于nodejs的,因此很自然的想到要继续用PhpStorm做IDE。

开发

打开Run/Debug Configurations窗口,添加一个Node.js配置:
技术分享图片

然后配置Node Interpreter参数,对于windows系统,配置为项目目录下的node_modules.bin\electron.cmd。JavaScript file参数,配置为main.js:
技术分享图片

调试

打开Run/Debug Configurations窗口,配置Application parameters参数:
--remote-debugging-port=9222
技术分享图片

开启nodejs代码辅助

未开启nodejs代码辅助之前,IDE内会有提示:
技术分享图片
开启方法:
技术分享图片

使用PhpStorm或WebStorm作为electron IDE

标签:图片   blog   cto   项目   image   file   web   run   而且   

原文地址:http://blog.51cto.com/lancelot/2313205

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!