Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Combine PyCharm and CLion IDEs

I am a student and have access to all JetBrains professional products. In my project I use C, Python and Cython simultaneously and desperate for an IDE which will combine both Pycharm pro and Clion functionalities. Cython support is built in in Pycharm pro or its corresponding plugin. I tried many combinations of products but (on Ubuntu 14.04):

  • on clion-2016.2.3 Python community eddition is built in but no Cython plugin is offered.
  • on pycharm-2016.2.3 no C plugin is offered.
  • on idea-IU-162.2228.15 I could install Python plugin but no C plugin is offered.

Obviously my question is: Which combination of IDE-plugin should I use to be able to use Python C and Cython? Maybe previous versions of these products? Is there something I am missing out?

like image 329
Max Segal Avatar asked Nov 10 '16 15:11

Max Segal


1 Answers

CLion (v2016.1 and above) goes with Python support from PyCharm Community edition, bundled by default.

And if you are interested in Cython in CLion, upvote this feature request.

In the end, I don't think any other option is possible, since CLion is not currently available as a plugin to any other tool, only as a stand-alone IDE.

like image 134
nastasiak2512 Avatar answered Sep 17 '22 19:09

nastasiak2512