Hello everyone, I have issues with autocompletion for CoolProp in Python
VScode refuses to provide suggestions in editor area, is it suppose to be like that? Completion works prefectly fine in jupyter interactive window
Does it have something to do with CoolProp being originally written in C++? I stumbled upon
this issue on GitHub with similar problem in question
As I understood with little additional research on stub files in python — for autocompletion to work I must write/generate stub file with type annotations for CoolProp and use it for type checking. Is this the best approach? Are there better options?
Issue is demonstrated in the attached screenshots along with version information for python, CoolProp and VScode
Completion works for other packages :

No suggestions for CoolProp :

Autocompletion works for jupyter interactive window :

Version information :


Thanks for help