Keyboard Shortcuts
We understand CoderPad’s IDE may not be exactly like your local setup. However we’ve included handy features like code autocompletion, bracket completion, keybindings, the infamous tab-spacing and more. Below you’ll find some handy shortcuts in the IDE that will also help you during your interview.
Run Code:
Mac: ⌘ + enter OR ⌘ + S
Windows: CTRL + enter OR CTRL + S
To indent one level:
Mac: Tab OR ⌘ + [
Windows: Tab OR CTRL + [
To indent one level less
Mac: ⌘ + J
Windows: CTRL + J
Undo action
Mac: ⌘ + Z
Windows: CTRL + Z
Redo action
Mac: ⌘ + Shift + Z
Windows: CTRL + Shift + Z
Code Autocomplete (when available)
Mac: CTRL + SPACE OR .
Windows: CTRL + SPACE OR .