[issue29339] Interactive: Move to same indentation level as previous line

12345 67890 report at bugs.python.org
Mon Jan 23 10:03:23 EST 2017


12345 67890 added the comment:

I did not mark this as a bug. I marked it as an "enhancement" and I said that the priority was low.

"I'm not exactly sure what you mean"

In an IDE when developing in python, each time you press enter, the cursor is set to the same indentation level as the previous line so that you don't need to type spaces on every new line to return to the same indentation level. I am merely suggesting that the interactive interpreter do the same thing. 

"is more of a subjective opinion"

You are of course correct that this is a subjective opinion. But it's not just my subjective opinion. As I said, it's what nearly every IDE does including (maybe?) the one that you're using.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29339>
_______________________________________


More information about the Python-bugs-list mailing list