Search code examples
eclipseideaptanazend-studio

Is there a keyboard shortcut to "untab" (move a block of code to the left) in Eclipse or Aptana Studio?


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

Currently, I just search and replace for white space at the beginning of the line. Is there anything faster?


Solution

  • In Visual Studio and most other half decent IDEs you can simply do SHIFT+TAB. It does the opposite of just TAB.

    I would think and hope that the IDEs you mention support this as well.