Ctrl+/
添加或删除多行斜杠
F1 帮助Alt+F2 终止程序运行(特别是调试时很有用)F3 查找下一个结果(和Ctrl+F配合使用)F5 设置/取消断点Ctrl+F5 设置Watch变量Ctrl+F6 从函数声明处跳转到函数定义处F7 跟踪(进入子程序)F8 单步(不进入子程序)F9 运行Ctrl+F9 编译但不运行F11 切换对象观察器(Object Inspector)F12 切换Form和代码编辑窗口Ctrl+F 搜索Ctrl+R 替换Ctrl+K+B Marks the beginning of a blockCtrl+K+C Copies a selected blockCtrl+K+H Hides/shows a selected blockCtrl+K+I Indents a block by the amount specified in the Block Indent combo box on the General page of the Editor Options dialog box.Ctrl+K+K Marks the end of a blockCtrl+K+L Marks the current line as a blockCtrl+K+N Changes a block to uppercaseCtrl+K+O Changes a block to lowercaseCtrl+K+P Prints selected blockCtrl+K+R Reads a block from a fileCtrl+K+T Marks a word as a blockCtrl+K+U Outdents a block by the amount specified in the Block Indent combo box on the General page of the Editor Options dialog box.Ctrl+K+V Moves a selected blockCtrl+K+W Writes a selected block to a fileCtrl+K+Y Deletes a selected blockCtrl+O+C Turns on column blockingCtrl+O+I Marks an inclusive blockCtrl+O+K Turns off column blockingCtrl+O+L Marks a line as a blockShift+Alt+arrow Selects column-oriented blocksClick+Alt+mousemv Selects column-oriented blocksCtrl+Q+B Moves to the beginning of a blockCtrl+Q+K Moves to the end of a blockClipboard control (default)Ctrl+Ins Edit|CopyShift+Del Edit|CutShift+Ins Edit|PasteCtrl+C Edit|CopyCtrl+V Edit|PasteCtrl+X Edit|Cut--------------------------------------------------------------------------------Debugger (default, classic, Brief, Epsilon, and Visual Studio)Breakpoint viewCtrl+V View SourceCtrl+S Edit SourceCtrl+E Edit BreakpointEnter Edit BreakpointCtrl+D Delete BreakpointDel Delete BreakpointCtrl+A Add BreakpointIns Add BreakpointCtrl+N Enable BreakpointCall stack viewCtrl+V View SourceCtrl+S Edit SourceSpace View Source (Epsilon only)Ctrl+Enter Edit Source (Epsilon only)Message viewCtrl+V View SourceSpace View SourceCtrl+S Edit SourceCtrl+Enter Edit SourceWatch viewCtrl+E Edit WatchEnter Edit WatchCtrl+A Add WatchIns Add WatchCtrl+D Delete WatchDel Delete Watch--------------------------------------------------------------------------------Editor (default)Shortcut Action or commandF1 Help|Topic SearchCtrl+F1 Help|Topic SearchF3 Search|Search AgainCtrl+E Search|Incremental SearchCtrl+F Search|FindCtrl+I Inserts a tab characterCtrl+j Templates pop-up menuCtrl+N Inserts a new lineCtrl+P Causes next character to be interpreted as an ASCII sequenceCtrl+R Search|ReplaceCtrl+S File|SaveCtrl+T Deletes a wordCtrl+Y Deletes a lineCtrl+Z Edit|UndoCtrl+<space bar> Code Completion pop-up windowCtrl+Shift+I Indents blockCtrl+Shift+U Outdents blockCtrl+Shift+Y Deletes to the end of a lineCtrl+Shift+Z Edit|RedoCtrl+Shift+<space bar> Code Parameters pop-up windowAlt+[ Finds the matching delimiter (forward)Alt+] Finds the matching delimiter (backward)End Moves to the end of a lineHome Moves to the start of a lineEnter Inserts a carriage returnIns Turns insert mode on/offDel Deletes the character to the right of the cursorBackspace Deletes the character to the left of the cursorTab Inserts a tabSpace Inserts a blank spaceLeft Arrow Moves the cursor left one column, accounting for the autoindent settingRight Arrow Moves the cursor right one column, accounting for the autoindent settingUp Arrow Moves up one lineDown Arrow Moves down one linePage Up Moves up one pagePage Down Moves down one pageCtrl+Left Arrow Moves one word leftCtrl+Right Arrow Moves one word rightCtrl+Tab Moves to the next code page (or file)Ctrl+Shift+Tab Moves to the previous code page (or file)Ctrl+Backspace Deletes the word to the right of the cursorCtrl+Home Moves to the top of a fileCtrl+End Moves to the end of a fileCtrl+Del Deletes a currently selected blockCtrl+Space Inserts a blank spaceCtrl+PgDn Moves to the bottom of a screenCtrl+PgUp Moves to the top of a screenCtrl+Up Arrow Scrolls up one lineCtrl+Down Arrow Scrolls down one lineCtrl+Enter Opens file at cursorShift+Tab Moves the cursor to the left one tab positionShift+Backspace Deletes the character to the left of the cursorShift+Left Arrow Selects the character to the left of the cursorShift+Right Arrow Selects the character to the right of the cursorShift+Up Arrow Moves the cursor up one line and selects from the left of the starting cursor positionShift+Down Arrow Moves the cursor down one line and selects from the right of the starting cursor positionShift+PgUp Moves the cursor up one screen and selects from the left of the starting cursor positionShift+PgDn Moves the cursor down one line and selects from the right of the starting cursor position