Skip to content

enter four spaces when there are no matches #1859

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
May 8, 2019

Conversation

scottbelden
Copy link

After #1850 is merged, if you are on a blank line and press TAB it will autofill import . Also, if you are in a continuation block like the following:

>>> import 
>>> while True:
...     if True:
...     

Then currently using TAB won't do anything, but it seems like it would be handy if this moved forward by four spaces.

I'm not sure how to run the tests or which should be updated, so please let me know what I can do there.

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! Makes sense!

@tannewt tannewt merged commit bec84f2 into adafruit:master May 8, 2019
tyomitch pushed a commit to tyomitch/circuitpython that referenced this pull request Apr 30, 2021
Originally at adafruit#1859

Signed-off-by: scottbelden <scottabelden@gmail.com>
dpgeorge pushed a commit to micropython/micropython that referenced this pull request May 2, 2021
Originally at adafruit#1859

Signed-off-by: scottbelden <scottabelden@gmail.com>
ksekimoto pushed a commit to ksekimoto/micropython that referenced this pull request Jul 16, 2021
Originally at adafruit#1859

Signed-off-by: scottbelden <scottabelden@gmail.com>
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