How do I indent a block of code with JBuilder (easily)?

To indent a block of code using JBuilder, just do this:

  • Highlight all lines of the code you want to indent.
  • Press the [Tab] key. The lines will be indented.

More tips:

  • Keep pressing the [Tab] key to indent the code additional levels.
  • Press [Shift][Tab] to un-indent the highlighted lines of code.

You are welcome!