Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
Closed
Description
Feature or enhancement
Proposal:
Line beginning<tab> in multi-line input has inconsistent behavior between before and after theinteract command.
python -c 'import pdb; breakpoint()'for i in range(10):<tab> # indentationinteractfor i in range(10):<tab> # completionHope there is the same indentation behavior after theinteract command. That feels more natural and intuitive.
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