Shortcut for moving a block of code over 4 indents in IntelliJ IDEA

Chapsterj picture Chapsterj · Jun 25, 2012 · Viewed 23.7k times · Source

Does anyone know the shortcut for shifting a block of code in IntelliJ over by a few indents?

(For the CSS editor, Coda, I used to select the block or blocks of code and use the shift and left or right carrot symbols to shift the code right or left.)

Answer

CrazyCoder picture CrazyCoder · Jun 25, 2012

These are common Indent and Unindent actions, default shortcuts: Tab and Shift+Tab.