ES7 React/Redux/GraphQL/React-Native snippets
imp -> import moduleName from 'module' imd -> import { module } from 'module' cp -> const { a } = this.props cs -> const { s } = this.state clg -> console.log(object);Copy the code
Other details can be seen in official documents
Marketplace.visualstudio.com/items?itemN…
Better Comments
TODO: indicates TODO //: indicates delete *: indicates key! : Error and warning? : indicates inquiries and questionsCopy the code
Import Cost
If the Import package size is too large, Import Cost is displayed in red as a warningCopy the code
To be continued……