Reputation: 2055
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):
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?
Upvotes: 6
Views: 2646
Reputation: 1937
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.
Upvotes: 10