https://github.com/virtoolswebplayer/ReactNative-LiveTemplate
Mac下安装
提示: 如果没有templets文件夹,你可以手动创建一个
将ReactNative.xml复制到~/Library/Preferences/WebStorm11/templates
将ReactNative.xml复制到~/Library/Preferences/WebStorm2016.2/templates
重启 WebStrom
使用方法
直接输入组件或Api名称的首字母, 比如想要View,只要输入V自动提示代码里就会看到View
首先 按下command + J, 然后输入属性名的首字母
如: 输入f,会自动提示 fontSize,fontFamily,fontStyle...等等