插件名 | |
---|---|
React Native Tools | 微软官方开发的vscode下 React Native的开发辅助工具 |
ES7 React/Redux/GraphQL/React Native snippets | 代码提升 |
Auto Close Tag | 自动闭合标签 |
Auto Rename Tag | |
ESLint | |
Prettier | 格式化代码 |
tips: 初始化项目后打开项目,ESLint报错——“ESLint configuration in .eslintrc.js » @react-native-community/eslint-config is invalid: - Property "overrides" is the wrong type (expected array but got `{"files":["/tests//.js","/.spec.js","*/.test.js"],"env":{"jest":true,"jest/globals":true, },”,需要增加ESLint对React的支持,安装插件eslint-plugin-react
npm install eslint-plugin-react --save-dev