MPS 2017.2 Help

Advanced Editing

FunctionShortcutUse this shortcut to...
Comment with Line Comment N/A Comment/uncomment current line or selected block with line comments.
Comment with Block Comment N/A Comment/uncomment code with block comments.
Pop-up Hector N/A Show the Highlighting level pop-up window to configure highlighting in the current file.
Parameter Info N/A Show parameters of the method call at the caret.
Context Info N/A Show the current method or class declaration when it is not visible.
Error Description N/A Show an error or warning description at the caret.
External Documentation N/A Open browser with the documentation for the selected item.
Override Methods... N/A Override base class methods in the current class.
Surround with... N/A Surround selected code fragment with if, do, tags or other constructs.
Basic Code Completion N/A
N/A
Code completion for any class, method or variable.
SmartType Code Completion N/A Code Completion filtering the lookup list basing on expected type.
Expand Word N/A Goes through the names of classes, methods, keywords and variables in the current visibility scope.
Insert Live Template... N/A Show a pop-up list of starting with a specified prefix.
Surround with Live Template... N/A Surround the selection with one of the templates.
Next Template Variable N/A In templates: move the caret to the next template variable.
Previous Template Variable N/A In templates: move the caret to the previous template variable.
Last modified: 26 October 2017

See Also