Pyrex and/or Cython support
Brought to you by:
fabioz
I would like to see pyrex and/or cython editor support. It would also be nice to have another type of pydev project for these maybe called 'Python Extension Project' just like 'Jython Project' and 'Python Project' on the new project wizard. It would really simplify python development for myself and others. This niche seems to be lacking in this area of python development. It would also be nice to support both pyrex and then cython seeing as cython is build on top of pyrex.
View and moderate all "feature-requests Discussion" comments posted by this user
Mark all as spam, and block user from posting to "(deprecated) Please use https://www.brainwy.com/tracker/PyDev/"
I think cython support, even though it's just the syntax would be very valuable.
Related ticket: #2494579
Oops... meant related ticket: #1874333
+1 from me for this feature.
Seemingly since 2.2.4 cython code can be opened in pydev editors.
However, code folding is not working (it seems cdef class is not recognized as a class definition) , and I get a lot of "duplicated signature" errors for the __init__ functions for example (related ticket #3437007).