New submission from Raymond Hettinger:

IDLE can autocomplete global variable, method names, and filenames.  But, it 
cannot complete dictionary keys.

Here's what we want:

   >>> d = {'long_key': '10, 'short_key': 20}
   >>> d['lo<tab>

----------
components: IDLE
messages: 216542
nosy: rhettinger
priority: normal
severity: normal
status: open
title: Teach IDLE to Autocomplete dictionary keys
type: enhancement
versions: Python 2.7, Python 3.4, Python 3.5

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21261>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to