vs-code-cython
vs-code-cython copied to clipboard
cpdef class and cpdef enum not recognized as valid synatax
Hi,
I have discovered somewhat annoying bug.
I am using the latest extension.
cpdef class
and cpdef enum
are not recognized as valid synatax, maybe some other variants.
This also means that goto definition fails for such classes/enums.
This could be bug in cyright?
Everything works for:
cdef class
and cdef enum
I hope you can help me with this. If you point me in the right direction I can have a stab at fixing this even myself. This is blocking me from switching to vscode currently.