Add command and comment in textarea. (e.g. // Disabled line)
Add command and comment in textarea.
(e.g. // Disabled line)
| Command | Result | |--------------|----------------------| | { | {...} | | [ | [...] | | ( | (...) | | Ctrl+/ | // This line is disabled... | | Tab | Select next word | | Shift+Tab | Select previous word | | Ctrl+Z | Undo | | Ctrl+Shift+Z | Redo |