微信小程序开发工具,很多功能没webstrom方便,但webstrom默认识别不了微信小程序开发的标签,
所以,我们来配置一下,以便我们开发微信小程序.
步骤如下:
1、FileType下Cascading Style Sheet 添加.wxss*
2、FileType下HTML 添加.wxml*
3、file -> settings -> editor -> inspections -> html -> unkown html tag, unkown html tag attribute
4、到github将其中的wecharCode.jar下载下来,
网址是:https://github.com/miaozhang9/wecharCodejar
然后在webStorm 的 File -> import settings 中导入即可,如图所示:
5、做到以上4点,大概就可以在webstrom工具中自由编辑微信小程序了。效果如下图所示: