easycython icon indicating copy to clipboard operation
easycython copied to clipboard

Vim integration

Open cjrh opened this issue 11 years ago • 1 comments

I would like to make a vim bundle for driving easycython. Firstly, the cython support for vim must be improved to highlight correctly (it seems like cpdef for instance is not recognized). Then, the plugin should allow launching easycython on a file, and (configurable) automatically open the annotation html file in the system browser for inspection. It would be awesome if compilation errors could be traversed in the .pyx source.

cjrh avatar Aug 21 '14 01:08 cjrh

Hmmm, I think the syntax highlighting issue is fixed by https://github.com/tshirtman/vim-cython

cjrh avatar Aug 03 '15 00:08 cjrh