PyCharm 2016.1 Help

Ctrl+Shift

This section lists and describes the keyboard shortcuts that include the Ctrl+Shift keys:

Ctrl+Shift+Alphanumeric keys

ShortcutFunctionUse this shortcut to...
Ctrl+Shift+A Find ActionFind an action, bypassing menus. See Finding Actions.
Ctrl+Shift+B Navigate to Type Declaration Navigate to type declaration of a variable or a method call at caret.
Ctrl+Shift+E Navigate to Recently Changed FileShow the list of recently updated files.
Ctrl+Shift+F Find in PathInitiate text search in the specified path.
Ctrl+Shift+H Method HierarchyBrowse hierarchy for the selected class.
Ctrl+Shift+J Join Lines Concatenate selected lines into one or concatenate a line where the caret is currently located with the next line.
Ctrl+Shift+N Navigate to FileJump to the specified file in project.
Ctrl+Shift+R Replace in PathInitiate text replacement in the specified path.
Ctrl+Shift+U Toggle CaseToggle case of the selected text fragment.
Ctrl+Shift+V Paste from HistoryPaste from recent Clipboards.
Ctrl+Shift+W Deselect Word at CaretRemove sequential selection made by the Select Word at Caret action.
Ctrl+Shift+Z Redo Redo the last Undo operation.

Ctrl+Shift+Navigation keys

ShortcutFunctionUse this shortcut to...
Ctrl+Shift+End Move to Text End with SelectionSelect text from the current caret position to the end of text, and move caret to the end of text.
Ctrl+Shift+Home Move to Text Start with SelectionSelect text from the current caret position to the start of text, and move caret to the start of text.
Ctrl+Shift+Right Move to Word End with SelectionSelect text from the current caret position to the end of word, and move caret to the end of word.
Ctrl+Shift+Left Move to Word Start with SelectionSelect 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 Paste from HistoryPaste from recent Clipboards.
Ctrl+Shift+Space SmartType Code Completion Complete code, filtering the lookup list based on an expected type.
Ctrl+Shift+Page Down Navigate to Page Bottom with SelectionMove the caret down to the page bottom selecting the text.
Ctrl+Shift+Page Up Navigate to Page Top with SelectionMove the caret up to the page bottom selecting the text
Ctrl+Shift+Down Move Line DownMove line at caret one down, preserving syntactical correctness.
Ctrl+Shift+Up Move Line UpMove line at caret up, preserving syntactical correctness.
Ctrl+Shift+Backspace Last Edit LocationJump to the place of the last editing.

Ctrl+Shift+Symbol keys

ShortcutFunctionUse this shortcut to...
Ctrl+Shift+Open Bracket Move to Code Block Start with SelectionMove the caret to the beginning of the current code block, selecting the code from the initial caret location.
Ctrl+Shift+Close Bracket Move to Code Block End with SelectionMove the caret to the end of the current code block, selecting the code from the initial caret location.
Ctrl+Shift+Slash Comment with Block CommentComment/uncomment code with block comments.
Ctrl+NumPad Plus Expand AllExpand all folding blocks.
Ctrl+Shift+NumPad - Collapse AllCollapse all folding blocks.

Ctrl+Shift+Numpad keys

ShortcutFunctionUse this shortcut to...
Ctrl+Shift+Numpad/ Comment with Block CommentComment/uncomment code with block comments.
Ctrl+Shift+Numpad+
Ctrl+NumPad Plus
Expand AllExpand all folding blocks.
Ctrl+Shift+Numpad- Collapse AllCollapse all folding blocks.

Ctrl+Shift+Function (F) keys

ShortcutFunctionUse this shortcut to...
Ctrl+Shift+F4 Close Active TabClose an active tab in a tool window
Ctrl+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+F8 View Breakpoints View/manage all breakpoints/watchpoints
Ctrl+Shift+F9 Compile Compile the selected file or package.

See Also

Last modified: 20 April 2016