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 taleinat
Recipients Al.Sweigart, littleq0903, ned.deily, paulsfo, roger.serwy, suddha.sourav, taleinat, terry.reedy
Date 2016-05-13.08:56:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463129795.24.0.242006477419.issue15786@psf.upfronthosting.co.za>
In-reply-to
Content
Regarding your questions about completion behavior:

You don't have to scroll, you can continue typing and the completion list will filter itself to options that match the additional characters. Deleting characters works too (options reappear in the list).

The second thing you mention is having to manually type the parenthesis after completing a function/method name. A long time ago, I had a prototype which added them automatically, but I never got it polished enough to add to IDLE. However, this has rarely been raised as a request. Also, Terry said he wants to refactor the code and get it well tested, so I imagine new features like this won't get in any time soon...
History
Date User Action Args
2016-05-13 08:56:35taleinatsetrecipients: + taleinat, terry.reedy, ned.deily, roger.serwy, Al.Sweigart, littleq0903, suddha.sourav, paulsfo
2016-05-13 08:56:35taleinatsetmessageid: <1463129795.24.0.242006477419.issue15786@psf.upfronthosting.co.za>
2016-05-13 08:56:35taleinatlinkissue15786 messages
2016-05-13 08:56:35taleinatcreate