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
an_object is the hard part - traversing the current namespace for references to an object feels ridiculous. But 'key1 seems pretty reasonable, as Dwayne says.
We looked into this and it seems we'd need to change the Repl class's complete function. Currently, complete returns False and bails if current_str ing and cw are empty. On line 583 and/or 564, we could have a new case for handling when a '[' is entered.
How hard would be adding such autocomplete for dict keys?
The text was updated successfully, but these errors were encountered: