插件市场找到: ES7 React/Redux/GraphQL/React-Native snippet 然后安装
// rcc 类式组建
// rfc 函数式组件
import React, { Component } from 'react'
export default class index extends Component {
render() {
return (
<div>
</div>
)
}
}