常用代码片段

位于Settings»Editor»Live Templates

相关片段

  • rsc:创建没有PropTypes和ES6模块系统的无状态React组件(Creates a stateless React component without PropTypes and ES6 module system)
  • rscp:创建有PropTypes和ES6模块系统的无状态React组件(Creates a stateless React component with PropTypes and ES6 module system)
  • arf:创建箭头函数(Surround with Arrow Function)