【Egret】在WebStorm里使用Egret Engine 的注意点
1.开启代码提示 2.修改egret code后,自动编译新egret code 按照下图进行设置: ①打开“File—settings” ② ③ (PS:webstorm打开目录为当前项目目录) 3.设置启动/运行 ①打开“File—settings” ②打开“Run—Edit Configurations” ③ (PS:webstorm打开目录为当前项目目录) 4.启用EXML皮肤文件语法提示 http://bbs.egret.com/forum.php?mod=viewthread&tid=155&extra=page%3D1 5.Egret 命令行手册: http://developer.egret.com/cn/github/egret-docs/Engine2D/projectConfig/cmdManual/index.html 来源: https://www.cnblogs.com/seanp/p/6522042.html