jetbrains-react
jetbrains-react copied to clipboard
React.js live templates for JetBrains editors.
Hi, Starting with version 2018.2, WebStorm has a collection of React snippets that is based on this [VS Code plugin](https://github.com/xabikos/vscode-react). Many templates are similar to templates in this repo but...
PyCharm
Doesn't seem to work in PyCharm? It imports settings.jar without any warnings or errors, but no new live templates to be found. Not sure what I can do to troubleshoot...
I think that it would be good to add some snippets for React Native in the future. Someone agree?
It would be nice to have a live template for a component using flow, propTypes, and defaultProps. See [this skeleton on Flow's site](https://flowtype.org/docs/react.html#defining-components-as-reactcomponent-subclasses). Maybe something like: ```jsx // @flow import...