Basic Operations
Shortcut | Function |
---|---|
CTRL+Q | Exit application |
CTRL+W | Close current tab |
CTRL+O | Open file |
CTRL+S | Save current file |
CTRL+A | Select all content |
Text Editing
Shortcut | Function |
---|---|
CTRL+Z | Undo last action |
CTRL+SHIFT+Z | Redo last undone action |
CTRL+X | Cut selected text |
CTRL+C | Copy selected text |
CTRL+V | Paste from clipboard |
CTRL+R | Find and Replace |
CTRL+F | Find text |
CTRL+G | Go to specific line |
Line Operations
Shortcut | Function |
---|---|
CTRL+T | Delete line under cursor |
CTRL+Y | Delete current line |
CTRL+N | Insert new line under |
CTRL+M | Insert new line under and move cursor |
CTRL+/ | Toggle line comment |
CTRL+SHIFT+I | Indent line |
CTRL+SHIFT+U | Deindent line |
Code Navigation & Development
Shortcut | Function |
---|---|
CTRL+SPACE | Show inline function hints |
CTRL+SHIFT+SPACE | Show function matching dropdown |
CTRL+MOUSE_1 | Go to declaration |
CTRL+SHIFT+R | Run script |
CTRL+SHIFT+S | Stop execution |
CTRL+SHIFT+C | Compile code |
Menu Access
Shortcut | Function |
---|---|
ALT+F | Open File menu |
ALT+E | Open Editor menu |
ALT+T | Open Tools menu |
ALT+S | Open Script menu |
ALT+V | Open View menu |
ALT+H | Open Help menu |
Code Folding
Shortcut | Function |
---|---|
ALT+SHIFT+1 | Fold all code |
ALT+SHIFT+2 | Fold all except current function |
ALT+SHIFT+3 | Fold nested level 3 |
ALT+SHIFT+4 | Fold nested level 4 |
ALT+SHIFT+5 | Fold nested level 5 |
ALT+SHIFT+6 | Unfold all code |