Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use PyCharm and WebStorm in the same editor

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.

like image 724
Alexis Benoist Avatar asked May 12 '15 13:05

Alexis Benoist


People also ask

Does PyCharm include WebStorm?

Modern web applications have grown complex with sophisticated JavaScript frameworks and tools. PyCharm Professional bundles WebStorm, giving best-in-class client-side development.

Can I use Python in WebStorm?

1 Answer. Show activity on this post. That is not possible: this plugin is not compatible with WebStorm (as WebStorm does not have other plugins/functionality that is needed for Python plugin).

What is the difference between WebStorm and PyCharm?

"Smart auto-completion", "Intelligent code analysis" and "Powerful refactoring" are the key factors why developers consider PyCharm; whereas "Intelligent ide ", "Smart development environment" and "Easy js debugging" are the primary reasons why WebStorm is favored.

Is PyCharm an editor or IDE?

While text editors support many languages alongside Python, PyCharm is unique in the power it brings beyond Python. For example, PyCharm is a first-class web development IDE. It doesn't just syntax-highlighting and autocomplete HTML, CSS, and JavaScript.


1 Answers

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.

like image 114
Ekaterina Prigara Avatar answered Oct 01 '22 10:10

Ekaterina Prigara