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

does the plugin provide smart completion for standard c/c++ library?

Open Vandermode opened this issue 5 years ago • 0 comments

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 atoi

Thank you

Vandermode avatar Dec 21 '18 09:12 Vandermode