How to reindent lines in IntelliJ IDEA / WebStorm?

Borek Bernard picture Borek Bernard · Sep 4, 2012 · Viewed 38k times · Source

In Eclipse, I can select a few lines and press Ctrl + I to reindent those lines. How do I do the same in IntelliJ IDEA / WebStorm?

Note:

  • I don't want to "indent" or "unindent" the selected lines - that would "move" the text to the right or to the left manually. I want the IDE to be clever about how to position the lines.
  • I don't want to reformat anything, i.e. there should be no modifications to characters beyond the first non-whitespace character on every line.

Answer

CrazyCoder picture CrazyCoder · Sep 4, 2012

Code | Auto-Indent Lines (Ctrl+Alt+I in Windows default keymap).