Visual Studio快捷键参考

快捷键                   功能  
  CTRL   +   SHIFT   +   B 生成解决方案  
  CTRL   +   F7     生成编译  
  CTRL   +   O                 打开文件  
  CTRL   +   SHIFT   +   O 打开项目  
  CTRL   +   SHIFT   +   C 显示类视图窗口  
  F4               显示属性窗口  
  SHIFT   +   F4 显示项目属性窗口  
  CTRL   +   SHIFT   +   E 显示资源视图  
  F12                 转到定义  
  CTRL   +   F12 转到声明  
  CTRL   +   ALT   +   J 对象浏览  
  CTRL   +   ALT   +   F1 帮助目录  
  CTRL   +   F1   动态帮助    
  F1                 帮助  
  SHIFT   +   F1 当前窗口帮助  
  CTRL   +   ALT   +   F3 帮助-搜索  
  SHIFT   +   ALT   +   ENTER 全屏显示  
  CTRL   +   - 向后定位  
  CTRL   +   SHIFT   +   - 向前定位  
  CTRL   +   F4 关闭文档窗口  
  CTRL   +   PAGE   DOWN 光标定位到窗口上方  
  CTRL   +   PAGE   UP 光标定位到窗口下方  
  CTRL   +   F6  
  CTRL   +   TAB 下一个文档窗口  
  CTRL   +   SHIFT   +   F6  
  CTRL   +   SHIFT   +   TAB 上一个文档窗口  
  ALT   +   F6 下一个面板窗口  
  CTRL   +   K,   CTRL   +   L 取消remark  
  CTRL   +   K,   CTRL   +   C 注释选择的代码  
  CTRL   +   K,   CTRL   +   U 取消对选择代码的注释  
  CTRL   +   M,   CTRL   +   O 折叠代码定义  
  CTRL   +   M,   CTRL   +   L 展开代码定义  
  CTRL   +   DELETE 删除至词尾  
  CTRL   +   BACKSPACE 删除至词头  
  SHIFT   +   TAB 取消制表符  
  CTRL   +   U 转小写  
  CTRL   +   SHIFT   +   U 转大写  
  CTRL   +   SHIFT   +   END 选择至文档末尾  
  CTRL   +   SHIFT   +   HOME 选择至文档末尾开始  
  SHIFT   +   END 选择至行尾  
  SHIFT   +   HOME 选择至行开始处  
  SHIFT   +   ALT   +   END 垂直选择到最后尾  
  SHIFT   +   ALT   +   HOME 垂直选择到最前面  
  CTRL   +   A 全选  
  CTRL   +   W 选择当前单词  
  CTRL   +   SHIFT   +   PAGE   UP 选择至本页前面  
  CTRL   +   SHIFT   +   PAGE   DOWN 选择至本页后面  
  CTRL   +   END 文档定位到最后  
  CTRL   +   HOME 文档定位到最前  
  CTRL   +   G 转到…  
  CTRL   +   K,   CTRL   +   P 上一个标签  
  CTRL   +   K,   CTRL   +   N 下一个标签  
  ALT   +   F10 调试-ApplyCodeChanges    
  CTRL   +   ALT+   Break 停止调试  
  CTRL   +   SHIFT   +   F9   取消所有断点  
  CTRL   +   F9 允许中断  
  CTRL   +   SHIFT   +   F5 调试-重新开始  
  F5 运行调试  
  CTRL   +   F5 运行不调试  
  F10 跨过程序执行  
  F11 单步逐句执行  
  CTRL   +   J 列出成员    
  CTRL   +   PAGE   DOWN 下一个视图  
  CTRL   +   B 格式-粗体  
  CTRL   +   SHIFT   +   T 格式-文字缩进

ActionKey
View.ViewCodeGlobal::F7
View.ViewDesignerGlobal::Shift+F7
 Global::Alt+Enter
File.OpenFileGlobal::Ctrl+O
File.SaveSelectedItemsGlobal::Ctrl+S
File.SaveAllGlobal::Ctrl+Shift+S
Edit.CutGlobal::Ctrl+X
 Global::Shift+Del
Edit.CopyGlobal::Ctrl+C
 Global::Ctrl+Ins
Edit.PasteGlobal::Ctrl+V
 Global::Shift+Ins
View.NavigateForwardGlobal::Ctrl+Shift+-
Debug.StartGlobal::F5
Edit.FindinFilesGlobal::Ctrl+Shift+F
Edit.GoToFindComboGlobal::Ctrl+D
View.SolutionExplorerGlobal::Ctrl+Alt+L
View.PropertiesWindowGlobal::F4
View.ObjectBrowserGlobal::Ctrl+Alt+J
View.ToolboxGlobal::Ctrl+Alt+X
File.NewProjectGlobal::Ctrl+Shift+N
Edit.UndoGlobal::Ctrl+Z
 Global::Alt+Bkspce
View.NextViewHTML Editor HTML View::Ctrl+PgDn
 HTML Editor Design View::Ctrl+PgDn
 XML Editor Schema View::Ctrl+PgDn
 XML Editor Data View::Ctrl+PgDn
View.VisibleBordersHTML Editor Design View::Ctrl+Q
View.DetailsHTML Editor Design View::Ctrl+Shift+Q
Project.OverrideGlobal::Ctrl+Alt+Ins
File.AddNewItemGlobal::Ctrl+Shift+A
File.AddExistingItemGlobal::Shift+Alt+A
Build.BuildSolutionGlobal::Ctrl+Shift+B
Build.CancelGlobal::Ctrl+Break
Build.CompileGlobal::Ctrl+F7
Debug.BreakpointsGlobal::Ctrl+Alt+B
Debug.RunningDocumentsGlobal::Ctrl+Alt+N
Debug.Watch1Global::Ctrl+Alt+W, 1
Debug.Watch2Global::Ctrl+Alt+W, 2
Debug.Watch3Global::Ctrl+Alt+W, 3
Debug.Watch4Global::Ctrl+Alt+W, 4
Debug.AutosGlobal::Ctrl+Alt+V, A
Debug.LocalsGlobal::Ctrl+Alt+V, L
Debug.ThisGlobal::Ctrl+Alt+V, T
Debug.ImmediateGlobal::Ctrl+Alt+I
Debug.CallStackGlobal::Ctrl+Alt+C
Debug.ThreadsGlobal::Ctrl+Alt+H
Debug.ModulesGlobal::Ctrl+Alt+U
Debug.Memory1Global::Ctrl+Alt+M, 1
Debug.Memory2Global::Ctrl+Alt+M, 2
Debug.Memory3Global::Ctrl+Alt+M, 3
Debug.Memory4Global::Ctrl+Alt+M, 4
Debug.DisassemblyGlobal::Ctrl+Alt+D
Debug.RegistersGlobal::Ctrl+Alt+G
Debug.ToggleDisassemblyGlobal::Ctrl+F11
Debug.StartWithoutDebuggingGlobal::Ctrl+F5
Debug.BreakAllGlobal::Ctrl+Alt+Break
Debug.StopDebuggingGlobal::Shift+F5
Debug.RestartGlobal::Ctrl+Shift+F5
Debug.ApplyCodeChangesGlobal::Alt+F10
Debug.ExceptionsGlobal::Ctrl+Alt+E
Debug.StepIntoGlobal::F11
Debug.StepOverGlobal::F10
Debug.StepOutGlobal::Shift+F11
Debug.QuickWatchGlobal::Ctrl+Alt+Q
 Global::Shift+F9
Debug.NewBreakpointGlobal::Ctrl+B
Debug.ClearAllBreakpointsGlobal::Ctrl+Shift+F9
Database.RunGlobal::Ctrl+E
Database.RunSelectionGlobal::Ctrl+Q
Database.StepIntoGlobal::Alt+F5
Schema.ExpandXML Editor Schema View::Ctrl+=
Schema.CollapseXML Editor Schema View::Ctrl+-
Query.RunQuery Designer::Ctrl+R
 View Designer::Ctrl+R
Format.BoldHTML Editor Design View::Ctrl+B
Format.ItalicHTML Editor Design View::Ctrl+I
Format.UnderlineHTML Editor Design View::Ctrl+U
Format.ConverttoHyperlinkHTML Editor Design View::Ctrl+L
Format.InsertBookmarkHTML Editor Design View::Ctrl+Shift+L
Format.DecreaseIndentHTML Editor Design View::Ctrl+Shift+T
Format.IncreaseIndentHTML Editor Design View::Ctrl+T
Format.AlignLeftsVC Dialog Editor::Ctrl+Shift+Left Arrow
Format.AlignCentersVC Dialog Editor::Shift+F9
Format.AlignRightsVC Dialog Editor::Ctrl+Shift+Right Arrow
Format.AlignTopsVC Dialog Editor::Ctrl+Shift+Up Arrow
Format.AlignMiddlesVC Dialog Editor::F9
Format.AlignBottomsVC Dialog Editor::Ctrl+Shift+Down Arrow
Format.SpaceAcrossVC Dialog Editor::Alt+Left Arrow
 VC Dialog Editor::Alt+Right Arrow
Format.SpaceDownVC Dialog Editor::Alt+Down Arrow
 VC Dialog Editor::Alt+Up Arrow
Format.ButtonRightVC Dialog Editor::Ctrl+R
Format.ButtonBottomVC Dialog Editor::Ctrl+B
Format.CenterVerticalVC Dialog Editor::Ctrl+F9
Format.CenterHorizontalVC Dialog Editor::Ctrl+Shift+F9
Format.SizetoContentVC Dialog Editor::Shift+F7
Format.TabOrderVC Dialog Editor::Ctrl+D
Format.ShowGridHTML Editor Design View::Ctrl+G
Format.SnaptoGridHTML Editor Design View::Ctrl+Shift+G
Format.ToggleGuidesVC Dialog Editor::Ctrl+G
Format.CheckMnemonicsVC Dialog Editor::Ctrl+M
Format.TestDialogVC Dialog Editor::Ctrl+T
Format.LockElementHTML Editor Design View::Ctrl+Shift+K
Table.InsertColumntotheLeftHTML Editor Design View::Ctrl+Alt+Left Arrow
Table.InsertColumntotheRightHTML Editor Design View::Ctrl+Alt+Right Arrow
Table.InsertRowAboveHTML Editor Design View::Ctrl+Alt+Up Arrow
Table.InsertRowBelowHTML Editor Design View::Ctrl+Alt+Down Arrow
Tools.DebugProcessesGlobal::Ctrl+Alt+P
Image.FlipHorizontalVC Image Editor::Ctrl+H
Image.FlipVerticalVC Image Editor::Shift+Alt+H
Image.Rotate90DegreesVC Image Editor::Ctrl+Shift+H
Image.UseSelectionasBrushVC Image Editor::Ctrl+U
Image.CopyAndOutlineSelectionVC Image Editor::Ctrl+Shift+U
Image.DrawOpaqueVC Image Editor::Ctrl+J
Image.NewImageTypeVC Image Editor::Ins
Image.RectangleSelectionToolVC Image Editor::Shift+Alt+S
Image.EraseToolVC Image Editor::Ctrl+Shift+I
Image.FillToolVC Image Editor::Ctrl+F
Image.MagnificationToolVC Image Editor::Ctrl+M
Image.PencilToolVC Image Editor::Ctrl+I
Image.BrushToolVC Image Editor::Ctrl+B
Image.AirbrushToolVC Image Editor::Ctrl+A
Image.LineToolVC Image Editor::Ctrl+L
Image.TextToolVC Image Editor::Ctrl+T
Image.RectangleToolVC Image Editor::Alt+R
Image.OutlinedRectangleToolVC Image Editor::Shift+Alt+R
Image.FilledRectangleToolVC Image Editor::Ctrl+Shift+Alt+R
Image.RoundedRectangleToolVC Image Editor::Alt+W
Image.OutlinedRoundedRectangleToolVC Image Editor::Shift+Alt+W
Image.FilledRoundedRectangleToolVC Image Editor::Ctrl+Shift+Alt+W
Image.EllipseToolVC Image Editor::Alt+P
Image.OutlinedEllipseToolVC Image Editor::Shift+Alt+P
Image.FilledEllipseToolVC Image Editor::Ctrl+Shift+Alt+P
Image.ShowTileGridVC Image Editor::Ctrl+Shift+Alt+S
Image.ShowGridVC Image Editor::Ctrl+Alt+S
Image.LargerBrushVC Image Editor::Ctrl+=
Image.SmallerBrushVC Image Editor::Ctrl+-
Image.SmallBrushVC Image Editor::Ctrl+.
Image.ZoomInVC Image Editor::Ctrl+Up Arrow
 VC Image Editor::Ctrl+Shift+.
Image.ZoomOutVC Image Editor::Ctrl+Down Arrow
 VC Image Editor::Ctrl+Shift+,
Image.PreviousColorVC Image Editor::Ctrl+Left Arrow
 VC Image Editor::Ctrl+[
Image.PreviousRightColorVC Image Editor::Ctrl+Shift+Left Arrow
 VC Image Editor::Ctrl+Shift+[
Image.NextColorVC Image Editor::Ctrl+Right Arrow
 VC Image Editor::Ctrl+]
Image.NextRightColorVC Image Editor::Ctrl+Shift+Right Arrow
 VC Image Editor::Ctrl+Shift+]
Image.MagnifyVC Image Editor::Ctrl+Shift+M
Help.DynamicHelpGlobal::Ctrl+F1
View.NavigateBackwardGlobal::Ctrl+-
View.ClassViewGlobal::Ctrl+Shift+C
View.ServerExplorerGlobal::Ctrl+Alt+S
View.ResourceViewGlobal::Ctrl+Shift+E
View.MacroExplorerGlobal::Alt+F8
View.DocumentOutlineGlobal::Ctrl+Alt+T
View.TaskListGlobal::Ctrl+Alt+K
View.CommandWindowGlobal::Ctrl+Alt+A
View.OutputGlobal::Ctrl+Alt+O
View.FindSymbolResultsGlobal::Ctrl+Alt+F12
View.FavoritesGlobal::Ctrl+Alt+F
File.PrintGlobal::Ctrl+P
Edit.RedoGlobal::Ctrl+Y
 Global::Shift+Alt+Bkspce
 Global::Ctrl+Shift+Z
Edit.SelectAllGlobal::Ctrl+A
Edit.FindGlobal::Ctrl+F
Edit.OpenFileGlobal::Ctrl+Shift+G
Tools.RunTemporaryMacroGlobal::Ctrl+Shift+P
Tools.RecordTemporaryMacroGlobal::Ctrl+Shift+R
Tools.MacrosIDEGlobal::Alt+F11
File.OpenProjectGlobal::Ctrl+Shift+O
File.NewFileGlobal::Ctrl+N
Edit.ReplaceGlobal::Ctrl+H
Edit.GoToGlobal::Ctrl+G
View.PropertyPagesGlobal::Shift+F4
View.FullScreenGlobal::Shift+Alt+Enter
Debug.RunToCursorGlobal::Ctrl+F10
Debug.ToggleBreakpointGlobal::F9
Help.ContentsGlobal::Ctrl+Alt+F1
Help.IndexGlobal::Ctrl+Alt+F2
Debug.SetNextStatementGlobal::Ctrl+Shift+F10
Help.SearchGlobal::Ctrl+Alt+F3
Debug.ShowNextStatementGlobal::Alt+Num *
Help.SearchresultsGlobal::Shift+Alt+F3
Help.IndexresultsGlobal::Shift+Alt+F2
Edit.WildcardGlobal::Alt+F3, P
Edit.ReplaceinFilesGlobal::Ctrl+Shift+H
 Global::Ctrl+5
Edit.GotoNextLocationGlobal::F8
Edit.GotoPreviousLocationGlobal::Shift+F8
 Global::Ctrl+6
Window.NextTabGlobal::Ctrl+PgDn
Window.PreviousTabGlobal::Ctrl+PgUp
 HTML Editor HTML View::Ctrl+PgUp
Window.CloseToolWindowGlobal::Shift+Esc
 Global::Ctrl+7
Window.ActivateDocumentWindowGlobal::Esc
Window.MovetoDropdownBarGlobal::Ctrl+F2
Window.NextPaneGlobal::Alt+F6
Window.PreviousPaneGlobal::Shift+Alt+F6
 Global::Ctrl+Shift+Alt+T
 Global::F2
Edit.HiddenTextGlobal::Alt+F3, H
Edit.MatchCaseGlobal::Alt+F3, C
Edit.WholeWordGlobal::Alt+F3, W
Edit.RegularExpressionGlobal::Alt+F3, R
Edit.UpGlobal::Alt+F3, B
Edit.StopSearchGlobal::Alt+F3, S
View.NextTaskGlobal::Ctrl+Shift+F12
Edit.FindNextGlobal::F3
Edit.FindPreviousGlobal::Shift+F3
Edit.FindNextSelectedGlobal::Ctrl+F3
Edit.FindPreviousSelectedGlobal::Ctrl+Shift+F3
Debug.EnableBreakpointGlobal::Ctrl+F9
Help.F1HelpGlobal::F1
Tools.GoToCommandLineGlobal::Ctrl+/
Window.NextSplitPaneGlobal::F6
Window.PreviousSplitPaneGlobal::Shift+F6
Window.NextDocumentWindowGlobal::Ctrl+F6
 Global::Ctrl+Tab
Window.PreviousDocumentWindowGlobal::Ctrl+Shift+F6
 Global::Ctrl+Shift+Tab
Edit.CycleClipboardRingGlobal::Ctrl+Shift+V
 Global::Ctrl+Shift+Ins
Window.CloseDocumentWindowGlobal::Ctrl+F4
Tools.CommandWindowMarkModeGlobal::Ctrl+Shift+M
Edit.GoToDefinitionGlobal::F12
Edit.GoToDeclarationGlobal::Ctrl+F12
View.ObjectBrowserBackGlobal::Alt+-
View.ObjectBrowserForwardGlobal::Shift+Alt+-
Edit.FindSymbolGlobal::Alt+F12
Help.WindowHelpGlobal::Shift+F1
View.PopBrowseContextGlobal::Ctrl+Shift+8
Edit.GoToReferenceGlobal::Shift+F12
View.BrowseNextGlobal::Ctrl+Shift+1
View.BrowsePreviousGlobal::Ctrl+Shift+2
Edit.QuickFindSymbolGlobal::Shift+Alt+F12
Edit.MoveControlLeftGlobal::Ctrl+Left Arrow
 VC Dialog Editor::Left Arrow
 Windows Forms Designer::Ctrl+Left Arrow
Edit.MoveControlDownGlobal::Ctrl+Down Arrow
 VC Dialog Editor::Down Arrow
 Windows Forms Designer::Ctrl+Down Arrow
Edit.MoveControlRightGlobal::Ctrl+Right Arrow
 VC Dialog Editor::Right Arrow
 Windows Forms Designer::Ctrl+Right Arrow
Edit.MoveControlUpGlobal::Ctrl+Up Arrow
 VC Dialog Editor::Up Arrow
 Windows Forms Designer::Ctrl+Up Arrow
Edit.SizeControlDownGlobal::Ctrl+Shift+Down Arrow
 VC Dialog Editor::Shift+Down Arrow
 Windows Forms Designer::Ctrl+Shift+Down Arrow
Edit.SizeControlUpGlobal::Ctrl+Shift+Up Arrow
 VC Dialog Editor::Shift+Up Arrow
 Windows Forms Designer::Ctrl+Shift+Up Arrow
Edit.SizeControlLeftGlobal::Ctrl+Shift+Left Arrow
 VC Dialog Editor::Shift+Left Arrow
 Windows Forms Designer::Ctrl+Shift+Left Arrow
Edit.SizeControlRightGlobal::Ctrl+Shift+Right Arrow
 VC Dialog Editor::Shift+Right Arrow
 Windows Forms Designer::Ctrl+Shift+Right Arrow
Edit.ShowTileGridGlobal::Enter
Edit.MoveControlUpGridGlobal::Up Arrow
Edit.MoveControlDownGridGlobal::Down Arrow
Edit.MoveControlLeftGridGlobal::Left Arrow
Edit.MoveControlRightGridGlobal::Right Arrow
Edit.SizeControlRightGridGlobal::Shift+Right Arrow
Edit.SizeControlUpGridGlobal::Shift+Up Arrow
Edit.SizeControlLeftGridGlobal::Shift+Left Arrow
Edit.SizeControlDownGridGlobal::Shift+Down Arrow
Edit.SelectNextControlGlobal::Tab
Edit.SelectPreviousControlGlobal::Shift+Tab
 Global::Alt+F9, D
 Global::Alt+F9, P
 Global::Alt+F9, S
 Global::Alt+F9, A
View.ShowWebBrowserGlobal::Ctrl+Alt+R
View.WebNavigateBackWebBrowser::Alt+Left Arrow
View.WebNavigateForwardWebBrowser::Alt+Right Arrow
Help.NexttopicWebBrowser::Alt+Down Arrow
Help.PrevioustopicWebBrowser::Alt+Up Arrow
Edit.DeleteGlobal::Del
Edit.DeleteBackwardsText Editor::Shift+Bkspce
 Text Editor::Bkspce
Edit.BreakLineText Editor::Shift+Enter
 Text Editor::Enter
 Windows Forms Designer::Enter
Edit.InsertTabText Editor::Tab
 Windows Forms Designer::Tab
Edit.TabLeftText Editor::Shift+Tab
 Windows Forms Designer::Shift+Tab
Edit.CharLeftText Editor::Left Arrow
 Windows Forms Designer::Left Arrow
Edit.CharLeftExtendText Editor::Shift+Left Arrow
 Windows Forms Designer::Shift+Left Arrow
Edit.CharRightText Editor::Right Arrow
 Windows Forms Designer::Right Arrow
Edit.CharRightExtendText Editor::Shift+Right Arrow
 Windows Forms Designer::Shift+Right Arrow
Edit.LineUpText Editor::Up Arrow
 Windows Forms Designer::Up Arrow
Edit.LineUpExtendText Editor::Shift+Up Arrow
 Windows Forms Designer::Shift+Down Arrow
Edit.LineDownText Editor::Down Arrow
 Windows Forms Designer::Down Arrow
Edit.LineDownExtendText Editor::Shift+Down Arrow
 Windows Forms Designer::Shift+Up Arrow
Edit.DocumentStartText Editor::Ctrl+Home
Edit.DocumentStartExtendText Editor::Ctrl+Shift+Home
Edit.DocumentEndText Editor::Ctrl+End
Edit.DocumentEndExtendText Editor::Ctrl+Shift+End
Edit.LineStartText Editor::Home
Edit.LineStartExtendText Editor::Shift+Home
Edit.LineEndText Editor::End
Edit.LineEndExtendText Editor::Shift+End
Edit.PageUpText Editor::PgUp
Edit.PageUpExtendText Editor::Shift+PgUp
Edit.PageDownText Editor::PgDn
Edit.PageDownExtendText Editor::Shift+PgDn
Edit.ViewTopText Editor::Ctrl+PgUp
Edit.ViewTopExtendText Editor::Ctrl+Shift+PgUp
Edit.ViewBottomText Editor::Ctrl+PgDn
Edit.ViewBottomExtendText Editor::Ctrl+Shift+PgDn
Edit.ScrollLineUpText Editor::Ctrl+Up Arrow
 VC Dialog Editor::Ctrl+Up Arrow
Edit.ScrollLineDownText Editor::Ctrl+Down Arrow
 VC Dialog Editor::Ctrl+Down Arrow
Edit.MakeLowercaseText Editor::Ctrl+U
Edit.MakeUppercaseText Editor::Ctrl+Shift+U
Edit.SwapAnchorText Editor::Ctrl+R, Ctrl+P
Edit.GotoBraceText Editor::Ctrl+]
Edit.GotoBraceExtendText Editor::Ctrl+Shift+]
Edit.OvertypeModeText Editor::Ins
Edit.LineCutText Editor::Ctrl+L
Edit.LineDeleteText Editor::Ctrl+Shift+L
Edit.DeleteHorizontalWhiteSpaceText Editor::Ctrl+K, Ctrl+/
Edit.LineOpenAboveText Editor::Ctrl+Enter
Edit.LineOpenBelowText Editor::Ctrl+Shift+Enter
Edit.ClearBookmarksText Editor::Ctrl+K, Ctrl+L
Edit.ToggleBookmarkText Editor::Ctrl+K, Ctrl+K
Edit.NextBookmarkText Editor::Ctrl+K, Ctrl+N
Edit.PreviousBookmarkText Editor::Ctrl+K, Ctrl+P
Edit.CharTransposeText Editor::Ctrl+T
Edit.WordTransposeText Editor::Ctrl+Shift+T
Edit.LineTransposeText Editor::Shift+Alt+T
Edit.SelectCurrentWordText Editor::Ctrl+W
Edit.WordDeleteToEndText Editor::Ctrl+Del
Edit.WordDeleteToStartText Editor::Ctrl+Bkspce
Edit.WordPreviousText Editor::Ctrl+Left Arrow
Edit.WordPreviousExtendText Editor::Ctrl+Shift+Left Arrow
Edit.WordNextText Editor::Ctrl+Right Arrow
Edit.WordNextExtendText Editor::Ctrl+Shift+Right Arrow
Edit.SelectionCancelText Editor::Esc
 Windows Forms Designer::Esc
Edit.ParameterInfoText Editor::Ctrl+Shift+Space
Edit.ViewWhiteSpaceText Editor::Ctrl+R, Ctrl+W
Edit.CompleteWordText Editor::Alt+Right Arrow
 Text Editor::Ctrl+Space
Edit.ListMembersText Editor::Ctrl+J
Edit.FormatSelectionText Editor::Ctrl+K, Ctrl+F
Edit.ToggleTaskListShortcutText Editor::Ctrl+K, Ctrl+H
Edit.QuickInfoText Editor::Ctrl+K, Ctrl+I
Edit.CharLeftExtendColumnText Editor::Shift+Alt+Left Arrow
Edit.CharRightExtendColumnText Editor::Shift+Alt+Right Arrow
Edit.LineUpExtendColumnText Editor::Shift+Alt+Up Arrow
Edit.LineDownExtendColumnText Editor::Shift+Alt+Down Arrow
Edit.ToggleWordWrapText Editor::Ctrl+R, Ctrl+R
Edit.IncrementalSearchText Editor::Ctrl+I
Edit.ReverseIncrementalSearchText Editor::Ctrl+Shift+I
Edit.LineStartExtendColumnText Editor::Shift+Alt+Home
Edit.LineEndExtendColumnText Editor::Shift+Alt+End
Edit.WordPreviousExtendColumnText Editor::Ctrl+Shift+Alt+Left Arrow
Edit.WordNextExtendColumnText Editor::Ctrl+Shift+Alt+Right Arrow
Edit.HideSelectionText Editor::Ctrl+M, Ctrl+H
Edit.ToggleOutliningExpansionText Editor::Ctrl+M, Ctrl+M
Edit.ToggleAllOutliningText Editor::Ctrl+M, Ctrl+L
Edit.StopOutliningText Editor::Ctrl+M, Ctrl+P
Edit.StopHidingCurrentText Editor::Ctrl+M, Ctrl+U
Edit.CollapsetoDefinitionsText Editor::Ctrl+M, Ctrl+O
Edit.CommentSelectionText Editor::Ctrl+K, Ctrl+C
Edit.UncommentSelectionText Editor::Ctrl+K, Ctrl+U
Edit.SelectToLastGoBackText Editor::Ctrl+=
Edit.FormatDocumentText Editor::Ctrl+K, Ctrl+D
 HTML Editor HTML View::Ctrl+Shift+.
Edit.ScrollColumnLeftVC Dialog Editor::Ctrl+Left Arrow
Edit.ScrollColumnRightVC Dialog Editor::Ctrl+Right Arrow
Edit.NewStringVC String Editor::Ins
Edit.NewAcceleratorVC Accelerator Editor::Ins
Edit.NextKeyTypedVC Accelerator Editor::Ctrl+W
View.SQLQuery Designer::Ctrl+3
 View Designer::Ctrl+3
View.DiagramQuery Designer::Ctrl+1
 View Designer::Ctrl+1
View.ResultsQuery Designer::Ctrl+4
 View Designer::Ctrl+4
View.GridQuery Designer::Ctrl+2
 View Designer::Ctrl+2
 Windows Forms Designer::Shift+Esc

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值