Title pretty much says it all. Autocomplete works fine for variables I declare in the main script body, but when I instantiate an object of a class, autocomplete doesn't predict any of the class's variables or methods. I believe the extension Pylance should be providing this feature? But it has 2 uncaught errors: illegal state - object is disposed. Google doesn't seem to have anything about this error in this circumstance. Can anyone help please?
I'm definitely setting up my classes and calling the methods fine, because if I type it all out my program runs fine. I'd just like the little window with suggestions as I'm bad at programming and they really help me. I've tried re-installing Pylance but the 2 errors persist.