ReactNative开发,webStorm代码自动提醒

ReactNative的代码模板,包括:
组件名称
Api 名称
所有StyleSheets属性
调用ReactNative组件时, 首先 按下 command + J , 然后输入属性名的 首字母 如输入onP 自动提示 onPress, onPressIn, onPressOut, ....

下载方法:
首先大家可以把该项目下载或者如下命令clone下来:
git clone https://github.com/virtoolswebplayer/ReactNative-LiveTemplate

安装方法一(Windows和Mac都支持):
file -> import settings -> ReactNative.jar

你可能感兴趣的:(ReactNative开发,webStorm代码自动提醒)