Edit Menu actions
Name | Function | Keyboard Shortcut |
---|---|---|
Undo | Revert the last change made in the editor | Ctrl+Z |
Redo | Redo a change previously reverted with Undo | Ctrl+Y |
Cut | Copy the currently selected text to the clipboard and remove it from the editor | Ctrl+X |
Copy | Copy the currently selected text to the clipboard | Ctrl+C |
Paste | Paste the contents of the clipboard, as text, to the currently active editor window | Ctrl+V |
Delete | Delete the currently selected text | Delete |
Select All | Select all the text in the currently active editor window | Ctrl+A |
Expand Selection To | Expand the selection (or create a selection starting from the cursor) in the following ways: |
Alt+Shift+Arrow Keys |
|
Alt+Shift+Up | |
|
Alt+Shift+Right | |
|
Alt+Shift+Left | |
|
Alt+Shift+Down | |
Find / Replace... | Open the basic in-editor Find / Replace dialog | Ctrl+F |
Find Word | Find the next occurrence of either the word containing the cursor, or the first word of the current selection, if it covers multiple words (Added for Visual Studio compatibility.) | |
Find Next | Find the next occurrence of the currently selected text, or the last text searched for, if there is no selection | Ctrl+K |
Find Previous | Find the previous occurrence of the currently selected text, or the last text searched for, if there is no selection | Ctrl+Shift+K |
Incremental Find Next | Start the incremental find mode (Whatever is typed afterward will be searched for.) | Ctrl+J |
Incremental Find Previous | Start the incremental find mode, looking backward | Ctrl+Shift+J |
Add Bookmark... | Add a bookmark pointing to the current cursor position or selected text | |
Add Task... | Add a user defined task located at the current line | |
Smart Insert Mode | Toggle the Smart Insert mode (i.e. the auto-completion features defined in C/C++ > Editor > Typing) | Ctrl+Shift+Insert |
Show Tooltip Description | Display the tooltip appropriate to the cursor position. | F2 |
Word Completion | Complete the word containing the cursor using the next available completion (Invoke it repeatedly to cycle through them.) | Alt+/ |
Quick Fix | Display the Quick Fix dialog appropriate to the cursor position. | Ctrl+1 |
Content Assist | Display the Content Assist dialog appropriate to the cursor position (Invoke it repeatedly to cycle through the available proposal types.) | Ctrl+Space |
Parameter Hints | When invoked in a parameter list, display the possible signatures in a tooltip | Ctrl+Shift+Space |
Set Encoding... | Display a dialog in which the active editor's encoding can be specified |