Issue 27013: IDLE completion for dict keys

Issue27013

Created on 2016-05-13 09:00 by taleinat, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (2)
msg265457 - (view) Author: Tal Einat (taleinat) * (Python committer) Date: 2016-05-13 09:00
I just wanted to mention that I once added this feature to IDLE and it's really great for interactive work, especially with data structures such as tables or JSON. If there's ever interest, I can try to hunt down my old code.
msg265467 - (view) Author: Terry J. Reedy (terry.reedy) * (Python committer) Date: 2016-05-13 12:03
#21261 has a patch that I have not looked at.  Comment and review welcome.
History
Date User Action Args
2022-04-11 14:58:31adminsetgithub: 71200
2016-05-13 12:03:26terry.reedysetstatus: open -> closed
superseder: Teach IDLE to Autocomplete dictionary keys
messages: + msg265467

resolution: duplicate
stage: resolved

2016-05-13 09:00:33taleinatcreate