Reputation: 2410
I'm working on a project involving python and javascript (react). I would like to know if someone knows a way to use pycharm and webstorm in the same editor or if there is a plugin to add react support to PyCharm.
Thanks for your help.
Upvotes: 7
Views: 1365
Reputation: 4967
All WebStorm features are available in PyCharm, though some of them are available as free plugins, e.g. Node.js. For JSX support, switch the JavaScript version to JSX Harmony in Preferences | Languages & Frameworks | JavaScript.
Upvotes: 9