Cython support in PyCharm CE?

Hi everyone.  I've got some Python and Cython code I'd like to edit using Pycharm, but the Cython code doesn't show up with syntax highlighting or anything, and the import statements I use are highlighted in red (like an error) even though the code runs just fine.  Is Cython support available in PyCharm Community Edition?
0

Unfortunately, Cython support is available only in PyCharm Professional Edition. See the comparison of PyCharm editions.

0
Avatar
Permanently deleted user
Ah, that is unfortunate.  Thanks for your help!
0

请先登录再写评论。