Ctrl+Shift+Alphanumeric keys
| Shortcut | Function | Use this shortcut to... |
|---|---|---|
| Ctrl+Shift+ACommand Shift A | Find Action | Find an action, bypassing menus. See Finding Actions. |
| Ctrl+Shift+BControl Shift B | Navigate to Type Declaration | Navigate to type declaration of a variable or a method call at caret. |
| Ctrl+Shift+ECommand Shift E | Navigate to Recently Changed File | Show the list of recently updated files. |
| Ctrl+Shift+FCommand Shift F | Find in Path | Initiate text search in the specified path. |
| Ctrl+Shift+HCommand Shift H | Method Hierarchy | Browse hierarchy for the selected class. |
| Ctrl+Shift+NCommand Shift O | Navigate to File | Jump to the specified file in project. |
| Ctrl+Shift+RCommand Shift R | Replace in Path | Initiate text replacement in the specified path. |
| Ctrl+Shift+UCommand Shift U | Toggle Case | Toggle case of the selected text fragment. |
| Ctrl+Shift+V Command Shift V or Ctrl+Shift+Insert Command Shift Insert | Paste from History | Paste from recent Clipboards. |
| Ctrl+Shift+WAlt Down | Deselect Word at Caret | Remove sequential selection made by the Select Word at Caret action. |
| Ctrl+Shift+Z Command Shift Z or Alt+Shift+Backspace Alt Shift Backspace | Redo | Redo the last Undo operation. |
Ctrl+Shift+Navigation keys
| Shortcut | Function | Use this shortcut to... |
|---|---|---|
| Ctrl+Shift+EndCommand Shift End | Move to Text End with Selection | Select text from the current caret position to the end of text, and move caret to the end of text. |
| Ctrl+Shift+HomeCommand Shift Home | Move to Text Start with Selection | Select text from the current caret position to the start of text, and move caret to the start of text. |
| Ctrl+Shift+RightAlt Shift Right | Move to Word End with Selection | Select text from the current caret position to the end of word, and move caret to the end of word. |
| Ctrl+Shift+LeftAlt Shift Left | Move to Word Start with Selection | Select text from the current caret position to the beginning of the current word, and move caret to to the beginning of this word. |
| Ctrl+Shift+V Command Shift V or Ctrl+Shift+Insert Command Shift Insert | Paste from History | Paste from recent Clipboards. |
| Ctrl+Shift+SpaceControl Shift Space | SmartType Code Completion | Complete code, filtering the lookup list based on an expected type. |
| Ctrl+Shift+PagedownCommand Shift Pagedown | Navigate to Page Bottom with Selection | Move the caret down to the page bottom selecting the text. |
| Ctrl+Shift+PageupCommand Shift Pageup | Navigate to Page Top with Selection | Move the caret up to the page bottom selecting the text |
| Ctrl+Shift+DownCommand Shift Down | Move Line Down | Move line at caret one down, preserving syntactical correctness. |
| Ctrl+Shift+UpCommand Shift Up | Move Line Up | Move line at caret up, preserving syntactical correctness. |
Ctrl+Shift+Symbol keys
| Shortcut | Function | Use this shortcut to... |
|---|---|---|
| Ctrl+Shift+OpenbracketCommand Alt Shift Openbracket | Move to Code Block Start with Selection | Move the caret to the beginning of the current code block, selecting the code from the initial caret location. |
| Ctrl+Shift+ClosebracketCommand Alt Shift Closebracket | Move to Code Block End with Selection | Move the caret to the end of the current code block, selecting the code from the initial caret location. |
| Ctrl+Shift+Slash Command Alt Slash or Ctrl+Shift+Divide Command Alt Divide | Comment with Block Comment | Comment/uncomment code with block comments. |
| Ctrl+Add Command Add or Ctrl+Equals Command Equals | Expand All | Expand all folding blocks. |
| Ctrl+Shift+Subtract Command Shift Subtract or Ctrl+Shift+Minus Command Shift Minus | Collapse All | Collapse all folding blocks. |
Ctrl+Shift+Numpad keys
| Shortcut | Function | Use this shortcut to... |
|---|---|---|
| Ctrl+Shift+Numpad/Ctrl Shift Numpad/ | Comment with Block Comment | Comment/uncomment code with block comments. |
|
Ctrl+Shift+Numpad+Ctrl Shift Numpad Ctrl+Add Command Add or Ctrl+Equals Command Equals | Expand All | Expand all folding blocks. |
| Ctrl+Shift+Numpad-Ctrl Shift Numpad- | Collapse All | Collapse all folding blocks. |
Ctrl+Shift+Function (F) key
| Shortcut | Function | Use this shortcut to... |
|---|---|---|
| Ctrl+Shift+F4Control Shift F4 | Close Active Tab | Close an active tab in a tool window |
| Ctrl+Shift+F7Command Shift F7 | Highlight Usages in File / Highlight Method Exit Points | Highlight usages of a symbol where the caret is currently located. If the caret is placed on one of the method's exit points, like return, all method exit points are highlighted. |
| Ctrl+Shift+F8Command Shift F8 | View Breakpoints | View/manage all breakpoints/watchpoints |

