Hello.
When i define a class derived from another class(from the PyQt5, or another package), i got no autocomplete inside(i type "self." and got nothing except the variables and methods that i defined explicitly, so i got method __init__ in that case, and none of the methods and variables of the parent class).
I tried PyCharm, it gives me a bunch of methods and variables in autocompletion in the exact same code. But PyCharm isnt an option(Spyder much more interactive).
So question is: Is that autocomplete works as it designed or there is some problems with my installation?