Keyboard shortcut to “untab” (move a block of code to the left) in eclipse / aptana?

后端 未结 9 1568
没有蜡笔的小新
没有蜡笔的小新 2020-12-22 15:37

Well, hopefully the question is self-explanatory.

It\'s so easy to select a block of code and tab out, but how about the reverse?

Currently, I just search &a

9条回答
  •  情话喂你
    2020-12-22 16:32

    Here is a general answer for untab :-

    In Python IDLE :- Ctrl + [

    In elipse :- Shitft + Tab

    In Visual Studio :- Shift+ Tab

提交回复
热议问题