Completion for private properties

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 :slight_smile:

Are you using IPython? What version? Do you have Completer.use_jedi = False or not? Can you share an example?