vs-code-cython icon indicating copy to clipboard operation
vs-code-cython copied to clipboard

cpdef class and cpdef enum not recognized as valid synatax

Open andrejmuhic opened this issue 1 year ago • 0 comments

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.

andrejmuhic avatar Dec 01 '23 21:12 andrejmuhic