[issue41230] IDLE intellisense

2020-07-07 Thread Terry J. Reedy
Terry J. Reedy added the comment: IDLE already has autocomplete of names, attributes, and string paths. This is documented in the Completion subsection of the Editing and Navigation section of the doc, easily accessible on the Help menu. Please read the doc before suggesting enhancements.

[issue41230] IDLE intellisense

2020-07-07 Thread E. Paine
E. Paine added the comment: If I understand the issue correctly, such a feature already exists. Currently, the wait before showing the list of completions is 2 seconds (https://github.com/python/cpython/blob/master/Lib/idlelib/config-extensions.def#L7) though this can be changed in

[issue41230] IDLE intellisense

2020-07-07 Thread Saumitra Verma
Change by Saumitra Verma : -- versions: +Python 3.10, Python 3.5, Python 3.6, Python 3.7, Python 3.9 ___ Python tracker ___ ___

[issue41230] IDLE intellisense

2020-07-07 Thread Saumitra Verma
New submission from Saumitra Verma : There should be a simple autocomplete(intellisense) in idle. -- assignee: terry.reedy components: IDLE messages: 373222 nosy: Saumitra Verma, terry.reedy priority: normal severity: normal status: open title: IDLE intellisense type: enhancement