美文网首页
ReactNative开发,webStorm代码自动提醒

ReactNative开发,webStorm代码自动提醒

作者: 冰_心 | 来源:发表于2016-09-09 10:09 被阅读38次

    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代码自动提醒

          本文链接:https://www.haomeiwen.com/subject/xieeettx.html