MPS 2017.3 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...
N/AFind ActionFind an action, bypassing menus. See Finding Actions.
N/ANavigate to Type DeclarationNavigate to type declaration of a variable or a method call at caret.
N/ANavigate to Recently Changed FileShow the list of recently updated files.
N/AFind in PathInitiate text search in the specified path.
N/AMethod HierarchyBrowse hierarchy for the selected class.
N/ANavigate to FileJump to the specified file in project.
N/AReplace in PathInitiate text replacement in the specified path.
N/APaste from HistoryPaste from recent Clipboards. See page Cutting, Copying and Pasting
N/ADeselect Word at CaretRemove sequential selection made by the Select Word at Caret action.
N/ARedoRedo the last Undo operation .

Ctrl+Shift+Navigation keys

ShortcutFunctionUse this shortcut to...
N/AMove to Text End with SelectionSelect 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 .
N/AMove to Text Start with SelectionSelect 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 .
N/AMove to Word End with SelectionSelect 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 .
N/AMove 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. See page Selecting Text in the Editor .
N/APaste from HistoryPaste from recent Clipboards. See page Cutting, Copying and Pasting
N/ASmartType Code CompletionComplete code, filtering the lookup list based on an expected type.
N/ANavigate to Page Bottom with SelectionMove the caret down to the page bottom selecting the text. See page Selecting Text in the Editor .
N/ANavigate to Page Top with SelectionMove the caret up to the page bottom selecting the text. See page Selecting Text in the Editor .
N/AMove Line DownMove line at caret one down, preserving syntactical correctness. See page Adding, Deleting and Moving Lines .
N/AMove Line UpMove line at caret up, preserving syntactical correctness. See page Adding, Deleting and Moving Lines .
N/A Last Edit LocationJump to the place of the last editing.

Ctrl+Shift+Symbol keys

ShortcutFunctionUse this shortcut to...
N/AMove to Code Block Start with SelectionMove 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 .
N/AMove to Code Block End with SelectionMove 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 .
N/AComment with Block CommentComment/uncomment code with block comments. See page Commenting and Uncommenting Blocks of Code .
N/AExpand AllExpand all folding blocks. See page Folding Code Elements.
N/ACollapse AllCollapse all folding blocks. See page Folding Code Elements.

Ctrl+Shift+Numpad keys

ShortcutFunctionUse this shortcut to...
Ctrl+Shift+Numpad/Comment with Block CommentComment/uncomment code with block comments. See page Commenting and Uncommenting Blocks of Code .
Ctrl+Shift+Numpad+
N/A
Expand AllExpand all folding blocks. See page Folding Code Elements.
Ctrl+Shift+Numpad-Collapse AllCollapse all folding blocks. See page Folding Code Elements.

Ctrl+Shift+Function (F) keys

ShortcutFunctionUse this shortcut to...
N/AClose Active TabClose an active tab in a tool window. See page MPS Editor. Guided Tour.
N/AHighlight Usages in File / Highlight Method Exit PointsHighlight 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.
N/A View breakpointsView/manage all breakpoints/watchpoints
Last modified: 10 January 2018