language-cython-for-vscode icon indicating copy to clipboard operation
language-cython-for-vscode copied to clipboard

Visual Studio Code Syntax highlighter for Cython

Results 5 language-cython-for-vscode issues
Sort by recently updated
recently updated
newest added

This plugin is so great! How can I donate a few dollars?

Hi, Thanks for the cython syntax support ! Just a quick feedback : It should be useful to get a python-like comments when toogle code comments (block & line) instead...

help wanted
windows

Hi, I was wondering whether smart completion is enabled in this plugin such that the following statement can be written more easily ``` from libc.math cimport sin from libc.stdlib cimport...

Hope that the type name can be highlighted like in C++. This might be quite different from python highlighting since this requires to detect type names. For example the types...

Hi! Thanks for this extension! Could it be possible to improve it, to support some syntax that are not yet supported? - `from ... cimport ...` the `cimport` should be...