rust-cpython icon indicating copy to clipboard operation
rust-cpython copied to clipboard

Missing autocomplete

Open MiniaczQ opened this issue 4 years ago • 1 comments

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?

MiniaczQ avatar Nov 30 '21 20:11 MiniaczQ

Also, is there a way to add documentation to the functions?

MiniaczQ avatar Nov 30 '21 20:11 MiniaczQ