Menu

#590 Use TAB to indent/dedent a code line in any part of it

open
nobody
None
5
2012-12-03
2012-12-03
Anonymous
No

In Python there is not much usage for TAB except to indent/dedent a line. But for this i have to be in the beginning of the line, so each time to indent/dedent a line i first press Home and then Tab or Shift+Tab.
I have never used Tab key in Python code except for indenting, so my suggestion is to use Tab key in any part of a code line to indent it.
Currently if i am in the middle of line and press Tab, 1-4 spaces are inserted.

Discussion