MPS 2018.3 Help

Ctrl+Shift

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

Ctrl+Shift+Alphanumeric keys

Shortcut

Function

Use this shortcut to...

Ctrl+Shift+A

Find Action

Find 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 File

Show the list of recently updated files .

Ctrl+Shift+F

Find in Path

Initiate text search in the specified path.

Ctrl+Shift+H

Method Hierarchy

Browse hierarchy for the selected class.

Ctrl+Shift+N

Navigate to File

Jump to the specified file in project.

Ctrl+Shift+R

Replace in Path

Initiate text replacement in the specified path.

Ctrl+Shift+V

Paste from History

Paste from recent Clipboards. See page Cutting, Copying and Pasting

Ctrl+Shift+W

Deselect Word at Caret

Remove sequential selection made by the Select Word at Caret action.

Ctrl+Shift+Z

Redo

Redo the last Undo operation .

Ctrl+Shift+Navigation keys

Shortcut

Function

Use this shortcut to...

Ctrl+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. See page Selecting Text in the Editor .

Ctrl+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. See page Selecting Text in the Editor .

Ctrl+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. See page Selecting Text in the Editor .

Ctrl+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. See page Selecting Text in the Editor .

Ctrl+Shift+V

Paste from History

Paste from recent Clipboards. See page Cutting, Copying and Pasting

Ctrl+Shift+SpaceSmartType Code Completion

Complete code, filtering the lookup list based on an expected type.

Ctrl+Shift+Page Down

Navigate to Page Bottom with Selection

Move the caret down to the page bottom selecting the text. See page Selecting Text in the Editor .

Ctrl+Shift+Page Up

Navigate to Page Top with Selection

Move the caret up to the page bottom selecting the text. See page Selecting Text in the Editor .

Ctrl+Shift+Down

Move Line Down

Move line at caret one down, preserving syntactical correctness. See page Adding, Deleting and Moving Lines .

Ctrl+Shift+Up

Move Line Up

Move line at caret up, preserving syntactical correctness. See page Adding, Deleting and Moving Lines .

Ctrl+Shift+Backspace

Last Edit Location

Jump to the place of the last editing.

Ctrl+Shift+Symbol keys

Shortcut

Function

Use this shortcut to...

Ctrl+Shift+[

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. See page Selecting Text in the Editor .

Ctrl+Shift+]

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. See page Selecting Text in the Editor .

Ctrl+Shift+/

Comment with Block Comment

Comment/uncomment code with block comments. See page Commenting and Uncommenting Blocks of Code .

Ctrl+NumPad Plus

Expand All

Expand all folding blocks. See code folding.

Ctrl+Shift+NumPad -

Collapse All

Collapse all folding blocks. See code folding.

Ctrl+Shift+Numpad keys

Shortcut

Function

Use this shortcut to...

Ctrl+Shift+Numpad/

Comment with Block Comment

Comment/uncomment code with block comments. See page Commenting and Uncommenting Blocks of Code .

Ctrl+Shift+Numpad+
Ctrl+NumPad Plus

Expand All

Expand all folding blocks. See code folding.

Ctrl+Shift+Numpad-

Collapse All

Collapse all folding blocks. See page code folding.

Ctrl+Shift+Function (F) keys

Shortcut

Function

Use this shortcut to...

Ctrl+Shift+F4

Close Active Tab

Close an active tab in a tool window. See page Active editor.

Ctrl+Shift+F7

Highlight Usages in File / Highlight Method Exit Points

Highlight the usages of the 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

Last modified: 17 January 2019