[issue27013] IDLE completion for dict keys

2016-05-13 Thread Terry J. Reedy
Terry J. Reedy added the comment: #21261 has a patch that I have not looked at. Comment and review welcome. -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> Teach IDLE to Autocomplete dictionary keys ___ Python

[issue27013] IDLE completion for dict keys

2016-05-13 Thread Tal Einat
New submission from Tal Einat: 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. -- components: IDLE messages: