Hi all, since a while I cannot get autocompletions for underscore-starting attributes. I was used do getting only the public properties on tab completion, but if you complete some line with an _ already (like myobj._<tab>) then I could see all properties.
Now I always have to do a dir(myobj).
Is this intended? I hope not ![]()