You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current pdb completion could be improved for the following scenarios:
It should support alias if there is any
Convenience variables (starting with the $) should be supported as an expression
For the "command" completion, if there's no command matches, then the user is probably typing an expression to display and we should just complete as expression.
# The user probably wants $_frame
(pdb) $<tab>
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere