By Alvin Alexander. Last updated: June 4, 2016
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!