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

VS Code Language Extension for Cython

Results 15 vs-code-cython issues
Sort by recently updated
recently updated
newest added

The syntax highlighter flags the word "complex" in the example below as a problem with the message "Statements must be separated by newlines or semicolons". However the syntax is correct....

Hi, I'm running your extension. However, I get 100% CPU usage and I don't know how to diagnose the issue.

Hi, thanks for a great tool! I'm writing here because `cyright` repo doesn't have an issues section. Anyway, I would like to participate in developing Cyright project because I'm struggling...

Hi, For some reason, this attention is attempting to parse .py (i.e., non-Cython but regular Python) files for me, resulting in lots of bogus syntax errors. I did no configuration...

The following code ``` from cpython.mem cimport PyMem_Malloc cdef int N = 3 cdef float complex *arr_ptr = PyMem_Malloc(N * N * sizeof(float complex)) cdef float complex[:, ::1] arr =...