rust-cpython
rust-cpython copied to clipboard
Missing autocomplete
Hello, I'm running VSC 1.62.3 with Visual Studio IntelliCode v1.2.14, but seem to lack autocomplete results.
I can import mypylib properly (the .dll was renamed to .pyd and moved to .), but I don't get any autocomplete for it's members (which should show 2 built-in functions).
I've confirmed that those functions do exist and work properly, it's purely lack of autocomplete.
Is that normal or is something wrong with my IDE settings?
Also, is there a way to add documentation to the functions?