Ctrl+Z | Undo last action |
Ctrl+Shift+Z | Redo last action |
Ctrl+X | Cut selected text |
Ctrl+C | Copy selected text |
Ctrl+V | Paste text from clipboard |
Ctrl+A | Select all text |
F11 | Swap header / source |
Ctrl+Shift+C | Comment highlighted code |
Ctrl+Shift+X | Uncomment highlighted code |
Ctrl+D | Duplicate line caret is on |
Ctrl+Space/Ctrl+J | Auto-complete / Abbreviations |
Ctrl+Shift+Space | Show call tip |
Ctrl+T | Swap line caret is on with line above it |
Ctrl+B | Toggle bookmark |
Alt+ PgUp | Goto previous bookmark |
Alt+ PgDown | Goto next bookmark |
F12 | Toggle current block folding |
Shift+F12 | Toggle all folds |
Ctrl+ plus | Magnify text size. |
Ctrl+- | Reduce text size. |
Ctrl+/ | Restore text size to normal. |
Ctrl+Tab | Cycle through recent files. |
Tab | Indent block. |
Shift+Tab | Dedent block. |
Ctrl+Backspace | Delete to start of word. |
Ctrl+Delete | Delete to end of word. |
Ctrl+Shift+Backspace | Delete to start of line. |
Ctrl+Shift+Delete | Delete to end of line. |
Ctrl+Home | Go to start of document. |
Ctrl+Shift+Home | Extend selection to start of document. |
Alt+Home | Go to start of display line. |
Alt+Shift+Home | Extend selection to start of display line. |
Ctrl+End | Go to end of document. |
Ctrl+Shift+End | Extend selection to end of document. |
Alt+End | Go to end of display line. |
Alt+Shift+End | Extend selection to end of display line. |
Ctrl+* | Expand or contract a fold point. |
Ctrl+F2 | Create or delete a bookmark. |
F2 | Go to next bookmark. |
Alt+F2 | Select to next bookmark. |
Ctrl+F3 | Find selection. |
Ctrl+Shift+F3 | Find selection backwards. |
Ctrl+ Up | Scroll up. |
Ctrl+ Down | Scroll down. |
Ctrl+L | Line cut. |
Ctrl+Shift+T | Line copy. |
Ctrl+Shift+L | Line delete. |
Ctrl+T | Line transpose with previous. |
Ctrl+D | Line duplicate. |
Ctrl+K | Find matching preprocessor conditional, skipping nested ones. |
Ctrl+Shift+K | Select to matching preprocessor conditional. |
Ctrl+J | Find matching preprocessor conditional backwards, skipping nested ones. |
Ctrl+Shift+J | Select to matching preprocessor conditional backwards. |
Ctrl+[ | Previous paragraph. Shift extends selection. |
Ctrl+] | Next paragraph. Shift extends selection. |
Ctrl+ Left | Previous word. Shift extends selection. |
Ctrl+ Right | Next word. Shift extends selection. |
Ctrl+/ | Previous word part. Shift extends selection. |
Ctrl+\ | Next word part. Shift extends selection. |