tanloong · GitHub

Feature or enhancement

Proposal:

Line beginning <tab> in multi-line input has inconsistent behavior between before and after the interact command.

python -c 'import pdb; breakpoint()'
for i in range(10):
<tab> # indentation
interact
for i in range(10):
<tab> # completion

Hope there is the same indentation behavior after the interact 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

Linked PRs

Read the original on github.com ↗