This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author epaine
Recipients Saumitra Verma, epaine, terry.reedy
Date 2020-07-07.12:51:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1594126308.59.0.315871928713.issue41230@roundup.psfhosted.org>
In-reply-to
Content
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 settings. It is not as advanced as you would find in other IDEs, though it generally does the job.
History
Date User Action Args
2020-07-07 12:51:48epainesetrecipients: + epaine, terry.reedy, Saumitra Verma
2020-07-07 12:51:48epainesetmessageid: <1594126308.59.0.315871928713.issue41230@roundup.psfhosted.org>
2020-07-07 12:51:48epainelinkissue41230 messages
2020-07-07 12:51:48epainecreate