7

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.

Dylan Corriveau
  • 2,561
  • 4
  • 29
  • 36
Alexis Benoist
  • 2,400
  • 2
  • 17
  • 23

1 Answers1

9

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.

Ekaterina Prigara
  • 4,697
  • 3
  • 21
  • 17