native react 代码智能提示
Posted aoximin
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了native react 代码智能提示相关的知识,希望对你有一定的参考价值。
背景
在vscode 中,虽然有插件可以达到代码提示的效果但是不是很嗨。所以加上这些:
全局安装typings:
npm install typings -g
- 1
typings install dt~react --save
typings install dt~react-native --save
先 cd 到你的项目目录,如 myproject 目录下再执行下面命令
npm install -g typescript
npm install typescript
tsc --init #
未安装 tsd 则先安装再进行项目初始化
npm install -g tsd
tsd init && tsd install react-native --save
以上是关于native react 代码智能提示的主要内容,如果未能解决你的问题,请参考以下文章
用vscode开发react-native,为啥智能提示时有时无?
使用 Relay 和 React-Native 时的条件片段或嵌入的根容器
“ES7 React/Redux/GraphQL/React-Native 片段”不适用于 javascript 文件。除了安装它,我还需要配置其他东西吗?