Auto-complete modules for import
and from
statements in REPL
#117312
Labels
type-feature
A feature request or enhancement
Uh oh!
There was an error while loading. Please reload this page.
Feature or enhancement
Proposal:
I have wrote some code to auto-complete modules for
import
andfrom
statements in REPL.It's simple, so it can't auto-complete after
from ... import
, and it's only available whenreadline
is available, but is better than nothing.Here is the output of
diff
command (compared to version 3.11.2):I'm thinking that if it's OK to merge these code into the official repo, if it is, please let me know.
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response
The text was updated successfully, but these errors were encountered: