Skip to content

[repl] Don't autocomplete globals after "import " #4608

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 14, 2021

Conversation

tyomitch
Copy link

Follow-up to #4548 suggested at micropython#7103: autocomplete builtin modules not only for the first import statement, but for every import.

Copy link
Member

@tannewt tannewt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@tannewt tannewt merged commit fc39acb into adafruit:main Apr 14, 2021
tyomitch added a commit to tyomitch/circuitpython that referenced this pull request Apr 30, 2021
tyomitch added a commit to tyomitch/circuitpython that referenced this pull request May 1, 2021
Originally at adafruit#4548 and adafruit#4608

Signed-off-by: Artyom Skrobov <[email protected]>
dpgeorge pushed a commit to micropython/micropython that referenced this pull request May 2, 2021
Doing "import <tab>" will now complete/list built-in modules.

Originally at adafruit#4548 and adafruit#4608

Signed-off-by: Artyom Skrobov <[email protected]>
ksekimoto pushed a commit to ksekimoto/micropython that referenced this pull request Jul 16, 2021
Doing "import <tab>" will now complete/list built-in modules.

Originally at adafruit#4548 and adafruit#4608

Signed-off-by: Artyom Skrobov <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants