Command name |
Shortcut Key |
Description |
Edit. collapse to definition |
CTRL + M, CTRL + O |
Automatically determine the logical boundaries (such as processes) of the region created in the code, and then hide them. |
Edit. Comment the selected content |
CTRL + k, CTRL + c |
Mark the current line of the Code as a comment using the correct annotation syntax of the programming language. (Vc2003) |
Edit. Complete word |
CTRL + J Alt + right-click |
Displays the complete words based on the current language ". (Vc2003) |
Edit. Delete |
Delete |
Delete a character on the right of the cursor. |
Edit. Delete backward |
Backspace SHIFT + backspace |
Delete a character on the left of the cursor. |
Edit. Delete horizontal Blank |
CTRL + k, CTRL + \ |
Collapse the white space in the selected content. If no white space is selected, the white space next to the cursor is deleted. |
Edit. Orchestration document format |
CTRL + k, CTRL + d |
Follow the settings specified in the format settings pane of the language in the "options" dialog box "Text Editor" to apply indentation and space format settings to the language. |
Edit. format selected content |
Alt + F8 Ctrl + k, CTRL + F |
The selected code lines are correctly indented Based on the surrounding code lines. (Vc2003) (Alt + F8 call macro Resource Manager) |
Edit. Hide selected content |
CTRL + M, CTRL + H |
Hide selected text. The signal icon marks the position of hidden text in the file. |
Edit. Insert tab |
Tab |
Indent a text line with a specified number of spaces, for example, five. (This shortcut supports multi-row operations) |
Edit. Cut row |
CTRL + l shift + ALT + L |
Cut all selected rows to the clipboard. If no content is selected, the current row is cut to the clipboard. (Vc2003) (SHIFT + ALT + L does not work) |
Edit. Delete row |
CTRL + Shift + L |
Delete all selected rows. If no row is selected, delete the current row. |
Edit. Open new row |
CTRL + enter |
Insert an empty row above the insertion point. (No matter where the cursor is in a row) |
Edit. Open a new row |
CTRL + Shift + enter |
Insert an empty row under the insert point. (In this way, you do not need to move the cursor to the beginning or end of the line first) |
Edit. Row transpose |
Shift + ALT + T |
Move the row containing the insert point to the next row. (It can be seen as a two-row exchange) |
Edit. Convert to lowercase |
CTRL + u |
Change the selected text to lowercase characters. |
Edit. Convert to uppercase |
CTRL + Shift + u |
Change the selected text to uppercase. |
Edit. Rewrite Mode |
Insert |
Switch between the insert mode and the rewrite insert mode. Only available when using a text editor. |
Edit. Stop hiding the current region |
CTRL + M, CTRL + u |
Remove the outline display information of the currently selected area. |
Edit. Stop outline display |
CTRL + M, CTRL + P |
Remove all outline display information from the entire document. |
Edit. Switch positioning point |
CTRL + R, CTRL + P |
Switches the positioning point and end point of the selected content. |
Edit. Left indent |
Shift + Tab |
Shifts the selected row to the left of a tab. (This shortcut supports multi-row operations) |
Edit. Switch all outline display |
CTRL + M, CTRL + L |
Switch all text sections marked as hidden between the hidden and displayed states. |
Edit. Switch bookmarks |
CTRL + F2 Ctrl + k, CTRL + k |
Set or remove bookmarks in the current row. |
Edit. Switch outline display |
CTRL + M, CTRL + m |
Switch the currently selected hidden text section between hide and show. |
Edit. Switch task list shortcut |
CTRL + k, CTRL + H |
Set or remove shortcuts in the current row. |
Edit. Switch to automatic line feed |
CTRL + R, CTRL + R |
Enable or disable automatic line feed in the editor. |
Edit. uncomment selected content |
CTRL + k, CTRL + u |
Removes the comment syntax from the current line of the Code. |
Edit. View Blank |
CTRL + Shift + 8 Ctrl + R, CTRL + W |
Display or hide spaces and Tab labels. |
Edit. The word is deleted until it ends. |
CTRL + Delete |
Delete the word to the right of the insert point. |
Edit. The word is deleted until it starts. |
CTRL + backspace |
Delete the word on the left of the insert point. |
Edit. Transpose |
CTRL + Shift + T |
Insert words on both sides of the vertex. For example,Main intChangeInt main. |