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
We have completion for convenience variables, but not their attributes. $_fra\t gives us $_frame, but $_frame.f_line\t does not give us $_frame.f_lineno. We should support attributes just like other variables.
picnixz
changed the title
Support attribute completion for convenience variables
Support attribute completion in pdb for convenience variables
Mar 12, 2025
Feature or enhancement
Proposal:
We have completion for convenience variables, but not their attributes.
$_fra\t
gives us$_frame
, but$_frame.f_line\t
does not give us$_frame.f_lineno
. We should support attributes just like other variables.Has this already been discussed elsewhere?
No response given
Links to previous discussion of this feature:
No response
Linked PRs
pdb
for convenience variable attributes #131124The text was updated successfully, but these errors were encountered: