visual studio 2008 shortcuts

by Dave Sun 14 December 2008 @ 22:35

If you’re anything like me, then you tend to like keyboard shortcuts over the mouse.  Your mouse isn’t a very efficient way of getting around to be honest, but it takes time to learn all the keyboard shortcuts.  This was illustrated really well for me today when Anna went to download some files and copy them to a different machine on our network.  She downloaded them, then selected them all with the mouse, right clicked and then left clicked “cut” on the menu.  Then she navigated to the folder she was looking for, right clicked in the folder, then left clicked on “paste”.  It all makes perfect sense until you think that she could have selected the files with Ctrl-A, cut them with Ctrl-X and pasted them with Ctrl-V. 

The reason this isn’t so intuitive is that you need to move your hands out of the normal typing position in order to use the mouse.  When your hands are straight in front of you in typing position, typically the mouse is around 30cm to the right of your right hand.  That’s with a typical 104 key keyboard.  Check it out for yourself if you’re sitting at a desk right now.  Have a look how far to the right you need to move your hand to get to the mouse.  Now, when you’re navigating around an environment such as Visual Studio you’ll find that you can get things done a lot faster if you use only the keyboard as opposed to the combination of keyboard and mouse.  Of course there are exceptions, and things that are far more intuitive to do with a mouse than with a keyboard.  For the most part however you’ll be writing code.  It makes more sense for you to be able to do the job without having to break your train of thought with the additional movement necessary to get to the mouse.

Visual Studio has a myriad of hotkeys available, and the actual quantity varies on the version you are running.  I use the Pro version, in which there are five hundred and one shortcut keys.  The amount will depend on the version you are running.  For example, the Team System versions will have more for their SQL editor. That list is generated with the macro on Sara's page, which I won't publish again here for the sake of brevity.

If you are a programmer who uses VS.Net it would be very much worth your while taking some time each day to learn some of these macros. Over time you will build up a speed and knowledge of the IDE that simply cannot be matched with your mouse alone.

Macro NameLocation and Hotkeys
Edit.UndoGlobal::Alt+Bkspce
ClassViewContextMenus.ClassViewMultiselectProjectreferencesItems.PropertiesGlobal::Alt+Enter
Debug.ApplyCodeChangesGlobal::Alt+F10
Tools.MacrosIDEGlobal::Alt+F11
Edit.FindSymbolGlobal::Alt+F12
Edit.StopSearchGlobal::Alt+F3, S
Data.StepIntoGlobal::Alt+F5
Window.NextPaneGlobal::Alt+F6
Window.NextToolWindowNavGlobal::Alt+F7
View.MacroExplorerGlobal::Alt+F8
DebuggerContextMenus.BreakpointsWindow.GoToDisassemblyGlobal::Alt+F9, A
DebuggerContextMenus.BreakpointsWindow.DeleteGlobal::Alt+F9, D
DebuggerContextMenus.BreakpointsWindow.GoToSourceCodeGlobal::Alt+F9, S
View.BackwardGlobal::Alt+Left Arrow
Debug.ShowNextStatementGlobal::Alt+Num *
View.ForwardGlobal::Alt+Right Arrow
View.NavigateBackwardGlobal::Ctrl+-
 Global::Ctrl+#
View.ShowSmartTagGlobal::Ctrl+.
Tools.GoToCommandLineGlobal::Ctrl+/
 Global::Ctrl+;
View.CodeDefinitionWindowGlobal::Ctrl+\, Ctrl+D
View.ErrorListGlobal::Ctrl+\, Ctrl+E
View.TaskListGlobal::Ctrl+\, Ctrl+T
View.CodeDefinitionWindowGlobal::Ctrl+\, D
View.ErrorListGlobal::Ctrl+\, E
View.TaskListGlobal::Ctrl+\, T
Debug.LocationToolbar.ProcessComboGlobal::Ctrl+5
Debug.LocationToolbar.ThreadComboGlobal::Ctrl+6
Debug.LocationToolbar.StackFrameComboGlobal::Ctrl+7
Debug.LocationToolbar.ToggleCurrentThreadFlaggedStateGlobal::Ctrl+8
Debug.LocationToolbar.ToggleFlaggedThreadsGlobal::Ctrl+9
Edit.SelectAllGlobal::Ctrl+A
View.CommandWindowGlobal::Ctrl+Alt+A
Debug.BreakpointsGlobal::Ctrl+Alt+B
Debug.BreakAllGlobal::Ctrl+Alt+Break
Debug.CallStackGlobal::Ctrl+Alt+C
Debug.DisassemblyGlobal::Ctrl+Alt+D
Window.ShowEzMDIFileListGlobal::Ctrl+Alt+Down Arrow
Debug.ExceptionsGlobal::Ctrl+Alt+E
Help.ContentsGlobal::Ctrl+Alt+F1
Debug.StepOverCurrentProcessGlobal::Ctrl+Alt+F10
Debug.StepIntoCurrentProcessGlobal::Ctrl+Alt+F11
View.FindSymbolResultsGlobal::Ctrl+Alt+F12
Help.IndexGlobal::Ctrl+Alt+F2
Help.SearchGlobal::Ctrl+Alt+F3
Data.ExecuteGlobal::Ctrl+Alt+F5
Debug.RegistersGlobal::Ctrl+Alt+G
Debug.ThreadsGlobal::Ctrl+Alt+H
Debug.ImmediateGlobal::Ctrl+Alt+I
Project.OverrideGlobal::Ctrl+Alt+Ins
View.ObjectBrowserGlobal::Ctrl+Alt+J
View.SolutionExplorerGlobal::Ctrl+Alt+L
Debug.Memory1Global::Ctrl+Alt+M, 1
Debug.Memory2Global::Ctrl+Alt+M, 2
Debug.Memory3Global::Ctrl+Alt+M, 3
Debug.Memory4Global::Ctrl+Alt+M, 4
View.OutputGlobal::Ctrl+Alt+O
Tools.AttachtoProcessGlobal::Ctrl+Alt+P
Debug.QuickWatchGlobal::Ctrl+Alt+Q
View.WebBrowserGlobal::Ctrl+Alt+R
View.ServerExplorerGlobal::Ctrl+Alt+S
View.DocumentOutlineGlobal::Ctrl+Alt+T
Debug.ModulesGlobal::Ctrl+Alt+U
Debug.AutosGlobal::Ctrl+Alt+V, A
Debug.LocalsGlobal::Ctrl+Alt+V, L
Debug.WatchGlobal::Ctrl+Alt+W, 1
Debug.Watch2Global::Ctrl+Alt+W, 2
Debug.Watch3Global::Ctrl+Alt+W, 3
Debug.Watch4Global::Ctrl+Alt+W, 4
View.ToolboxGlobal::Ctrl+Alt+X
Debug.ProcessesGlobal::Ctrl+Alt+Z
Debug.BreakatFunctionGlobal::Ctrl+B
Build.CancelGlobal::Ctrl+Break
Edit.CopyGlobal::Ctrl+C
Edit.GoToFindComboGlobal::Ctrl+D
Edit.MoveControlDownGlobal::Ctrl+Down Arrow
Edit.FindGlobal::Ctrl+F
Help.HowDoIGlobal::Ctrl+F1
Debug.RunToCursorGlobal::Ctrl+F10
Debug.ToggleDisassemblyGlobal::Ctrl+F11
Edit.GoToDeclarationGlobal::Ctrl+F12
Window.MovetoNavigationBarGlobal::Ctrl+F2
Edit.FindNextSelectedGlobal::Ctrl+F3
Window.CloseDocumentWindowGlobal::Ctrl+F4
Debug.StartWithoutDebuggingGlobal::Ctrl+F5
Window.NextDocumentWindowGlobal::Ctrl+F6
Build.CompileGlobal::Ctrl+F7
Debug.EnableBreakpointGlobal::Ctrl+F9
Edit.GoToGlobal::Ctrl+G
Edit.ReplaceGlobal::Ctrl+H
Edit.CopyGlobal::Ctrl+Ins
Tools.CodeSnippetsManagerGlobal::Ctrl+K, Ctrl+B
 Global::Ctrl+K, Ctrl+F
Edit.GenerateMethodStubGlobal::Ctrl+K, Ctrl+M
Edit.NextBookmarkGlobal::Ctrl+K, Ctrl+N
Edit.PreviousBookmarkGlobal::Ctrl+K, Ctrl+P
View.ObjectBrowserGoToSearchComboGlobal::Ctrl+K, Ctrl+R
Edit.SurroundWithGlobal::Ctrl+K, Ctrl+S
View.ClassViewGoToSearchComboGlobal::Ctrl+K, Ctrl+V
View.BookmarkWindowGlobal::Ctrl+K, Ctrl+W
Edit.InsertSnippetGlobal::Ctrl+K, Ctrl+X
Edit.MoveControlLeftGlobal::Ctrl+Left Arrow
File.NewFileGlobal::Ctrl+N
File.OpenFileGlobal::Ctrl+O
File.PrintGlobal::Ctrl+P
Window.NextTabGlobal::Ctrl+PgDn
Window.PreviousTabGlobal::Ctrl+PgUp
EditorContextMenus.CodeWindow.RunSelectionGlobal::Ctrl+Q
Test.RunAllTestsInSolutionGlobal::Ctrl+R, A
Test.RunTestsInClassGlobal::Ctrl+R, C
Test.DebugAllTestsInSolutionGlobal::Ctrl+R, Ctrl+A
Test.DebugTestsInClassGlobal::Ctrl+R, Ctrl+C
TestResults.DebugAllTestsInTestResultsGlobal::Ctrl+R, Ctrl+D
Refactor.EncapsulateFieldGlobal::Ctrl+R, Ctrl+E
TestResults.DebugCheckedTestsGlobal::Ctrl+R, Ctrl+F
Refactor.ExtractInterfaceGlobal::Ctrl+R, Ctrl+I
Refactor.ExtractMethodGlobal::Ctrl+R, Ctrl+M
Test.DebugTestsInNamespaceGlobal::Ctrl+R, Ctrl+N
Refactor.ReorderParametersGlobal::Ctrl+R, Ctrl+O
Refactor.PromoteLocalVariableGlobal::Ctrl+R, Ctrl+P
Refactor.RenameGlobal::Ctrl+R, Ctrl+R
Test.DebugTestsInCurrentContextGlobal::Ctrl+R, Ctrl+T
Refactor.RemoveParametersGlobal::Ctrl+R, Ctrl+V
TestResults.RunAllTestsInTestResultsGlobal::Ctrl+R, D
Test.TestResults.RunCheckedTestsGlobal::Ctrl+R, F
Test.RunTestsInNamespaceGlobal::Ctrl+R, N
Test.RunTestsInCurrentContextGlobal::Ctrl+R, T
Edit.MoveControlRightGlobal::Ctrl+Right Arrow
File.SaveSelectedItemsGlobal::Ctrl+S
View.NavigateForwardGlobal::Ctrl+Shift+-
View.BrowseNextGlobal::Ctrl+Shift+1
View.BrowsePreviousGlobal::Ctrl+Shift+2
View.ForwardBrowseContextGlobal::Ctrl+Shift+7
View.PopBrowseContextGlobal::Ctrl+Shift+8
Project.AddNewItemGlobal::Ctrl+Shift+A
Debug.StepOutCurrentProcessGlobal::Ctrl+Shift+Alt+F11
Build.BuildSolutionGlobal::Ctrl+Shift+B
View.ClassViewGlobal::Ctrl+Shift+C
Edit.SizeControlDownGlobal::Ctrl+Shift+Down Arrow
View.ResourceViewGlobal::Ctrl+Shift+E
Edit.FindinFilesGlobal::Ctrl+Shift+F
Debug.SetNextStatementGlobal::Ctrl+Shift+F10
View.NextErrorGlobal::Ctrl+Shift+F12
Edit.FindPreviousSelectedGlobal::Ctrl+Shift+F3
Debug.RestartGlobal::Ctrl+Shift+F5
Window.PreviousDocumentWindowGlobal::Ctrl+Shift+F6
Debug.DeleteAllBreakpointsGlobal::Ctrl+Shift+F9
Edit.OpenFileGlobal::Ctrl+Shift+G
Edit.ReplaceinFilesGlobal::Ctrl+Shift+H
Edit.CycleClipboardRingGlobal::Ctrl+Shift+Ins
Edit.NextBookmarkInFolderGlobal::Ctrl+Shift+K, Ctrl+Shift+N
Edit.PreviousBookmarkInFolderGlobal::Ctrl+Shift+K, Ctrl+Shift+P
Edit.SizeControlLeftGlobal::Ctrl+Shift+Left Arrow
File.NewProjectGlobal::Ctrl+Shift+N
File.OpenProjectGlobal::Ctrl+Shift+O
Tools.RunTemporaryMacroGlobal::Ctrl+Shift+P
Tools.RecordTemporaryMacroGlobal::Ctrl+Shift+R
Edit.SizeControlRightGlobal::Ctrl+Shift+Right Arrow
File.SaveAllGlobal::Ctrl+Shift+S
Window.PreviousDocumentWindowNavGlobal::Ctrl+Shift+Tab
Edit.SizeControlUpGlobal::Ctrl+Shift+Up Arrow
Edit.CycleClipboardRingGlobal::Ctrl+Shift+V
File.ViewinBrowserGlobal::Ctrl+Shift+W
Edit.RedoGlobal::Ctrl+Shift+Z
Window.NextDocumentWindowNavGlobal::Ctrl+Tab
Edit.MoveControlUpGlobal::Ctrl+Up Arrow
Edit.PasteGlobal::Ctrl+V
Edit.CutGlobal::Ctrl+X
Edit.RedoGlobal::Ctrl+Y
Edit.UndoGlobal::Ctrl+Z
Edit.DeleteGlobal::Del
Edit.MoveControlDownGridGlobal::Down Arrow
Edit.ShowTileGridGlobal::Enter
Window.ActivateDocumentWindowGlobal::Esc
Help.F1HelpGlobal::F1
Debug.StepOverGlobal::F10
Debug.StepIntoGlobal::F11
Edit.GoToDefinitionGlobal::F12
View.EditLabelGlobal::F2
Edit.FindNextGlobal::F3
View.PropertiesWindowGlobal::F4
Debug.StartGlobal::F5
Window.NextSplitPaneGlobal::F6
View.ToggleDesignerGlobal::F7
Edit.GoToNextLocationGlobal::F8
Debug.ToggleBreakpointGlobal::F9
Edit.MoveControlLeftGridGlobal::Left Arrow
Edit.MoveControlRightGridGlobal::Right Arrow
Project.AddExistingItemGlobal::Shift+Alt+A
Edit.RedoGlobal::Shift+Alt+Bkspce
Data.ShowDataSourcesGlobal::Shift+Alt+D
View.FullScreenGlobal::Shift+Alt+Enter
View.ShowSmartTagGlobal::Shift+Alt+F10
Edit.QuickFindSymbolGlobal::Shift+Alt+F12
Help.SearchResultsGlobal::Shift+Alt+F3
Window.PreviousPaneGlobal::Shift+Alt+F6
Window.PreviousToolWindowNavGlobal::Shift+Alt+F7
File.NewWebSiteGlobal::Shift+Alt+N
File.OpenWebSiteGlobal::Shift+Alt+O
Edit.CutGlobal::Shift+Del
Edit.SizeControlDownGridGlobal::Shift+Down Arrow
Window.CloseToolWindowGlobal::Shift+Esc
Help.WindowHelpGlobal::Shift+F1
Debug.StepOutGlobal::Shift+F11
Edit.FindAllReferencesGlobal::Shift+F12
Edit.FindPreviousGlobal::Shift+F3
View.PropertyPagesGlobal::Shift+F4
Debug.StopDebuggingGlobal::Shift+F5
Window.PreviousSplitPaneGlobal::Shift+F6
Edit.GoToPrevLocationGlobal::Shift+F8
Debug.QuickWatchGlobal::Shift+F9
Edit.PasteGlobal::Shift+Ins
Edit.SizeControlLeftGridGlobal::Shift+Left Arrow
Edit.SizeControlRightGridGlobal::Shift+Right Arrow
Edit.SelectPreviousControlGlobal::Shift+Tab
Edit.SizeControlUpGridGlobal::Shift+Up Arrow
Edit.SelectNextControlGlobal::Tab
Edit.MoveControlUpGridGlobal::Up Arrow
Macro NameLocation and Hotkeys
Edit.DeleteClass Diagram::Ctrl+Del
Edit.RemovefromDiagramClass Diagram::Del
View.ViewCodeClass Diagram::Enter
ClassDiagram.CollapseClass Diagram::Num -
ClassDiagram.ExpandClass Diagram::Num +
Edit.ExpandCollapseBaseTypeListClass Diagram::Shift+Alt+B
Edit.NavigateToLollipopClass Diagram::Shift+Alt+L
Macro NameLocation and Hotkeys
Data.ColumnDataSet Editor::Ctrl+L
Data.InsertColumnDataSet Editor::Ins
Macro NameLocation and Hotkeys
Table.RowBelowHTML Editor Design View::Ctrl+Alt+Down Arrow
Table.ColumntotheLeftHTML Editor Design View::Ctrl+Alt+Left Arrow
Table.ColumntotheRightHTML Editor Design View::Ctrl+Alt+Right Arrow
Table.RowAboveHTML Editor Design View::Ctrl+Alt+Up Arrow
Format.BoldHTML Editor Design View::Ctrl+B
Edit.MoveControlDownHTML Editor Design View::Ctrl+Down Arrow
Format.ItalicHTML Editor Design View::Ctrl+I
Format.ConverttoHyperlinkHTML Editor Design View::Ctrl+L
Project.AddContentPageHTML Editor Design View::Ctrl+M, Ctrl+C
View.EditMasterHTML Editor Design View::Ctrl+M, Ctrl+M
View.NextViewHTML Editor Design View::Ctrl+PgDn
Window.PreviousTabHTML Editor Design View::Ctrl+PgUp
Format.InsertBookmarkHTML Editor Design View::Ctrl+Shift+L
View.ASP.NETNonvisualControlsHTML Editor Design View::Ctrl+Shift+N
Format.UnderlineHTML Editor Design View::Ctrl+U
Edit.MoveControlUpHTML Editor Design View::Ctrl+Up Arrow
View.ShowSmartTagHTML Editor Design View::Shift+Alt+F10
View.ViewMarkupHTML Editor Design View::Shift+F7
View.NextViewHTML Editor Source View::Ctrl+PgDn
Window.PreviousTabHTML Editor Source View::Ctrl+PgUp
View.AutoCloseTagOverrideHTML Editor Source View::Ctrl+Shift+.
Edit.UpdateJScriptIntellisenseHTML Editor Source View::Ctrl+Shift+J
View.SynchronizeViewsHTML Editor Source View::Ctrl+Shift+Y
View.ViewDesignerHTML Editor Source View::Shift+F7
Macro NameLocation and Hotkeys
Resources.StringsManaged Resources Editor::Ctrl+1
Resources.ImagesManaged Resources Editor::Ctrl+2
Resources.IconsManaged Resources Editor::Ctrl+3
Resources.AudioManaged Resources Editor::Ctrl+4
Resources.FilesManaged Resources Editor::Ctrl+5
Resources.OtherManaged Resources Editor::Ctrl+6
Edit.RemoveRowManaged Resources Editor::Ctrl+Del
Edit.RemoveManaged Resources Editor::Del
Edit.SelectionCancelManaged Resources Editor::Esc
Edit.EditCellManaged Resources Editor::F2
Macro NameLocation and Hotkeys
QueryDesigner.DiagramQuery Designer::Ctrl+1
QueryDesigner.CriteriaQuery Designer::Ctrl+2
QueryDesigner.SQLQuery Designer::Ctrl+3
QueryDesigner.ResultsQuery Designer::Ctrl+4
QueryDesigner.GotoRowQuery Designer::Ctrl+G
QueryDesigner.ExecuteSQLQuery Designer::Ctrl+R
QueryDesigner.JoinModeQuery Designer::Ctrl+Shift+J
QueryDesigner.CancelRetrievingDataQuery Designer::Ctrl+T
Macro NameLocation and Hotkeys
View.DatasetsReport Designer::Ctrl+Alt+D
Edit.MoveControlDownReport Designer::Ctrl+Down Arrow
Edit.MoveControlLeftReport Designer::Ctrl+Left Arrow
Edit.MoveControlRightReport Designer::Ctrl+Right Arrow
Edit.SizeControlDownReport Designer::Ctrl+Shift+Down Arrow
Edit.SizeControlLeftReport Designer::Ctrl+Shift+Left Arrow
Edit.SizeControlRightReport Designer::Ctrl+Shift+Right Arrow
Edit.SizeControlUpReport Designer::Ctrl+Shift+Up Arrow
 Report Designer::Ctrl+Space
Edit.MoveControlUpReport Designer::Ctrl+Up Arrow
Edit.LineDownReport Designer::Down Arrow
Edit.BreakLineReport Designer::Enter
Edit.SelectionCancelReport Designer::Esc
Edit.CharLeftReport Designer::Left Arrow
Edit.CharRightReport Designer::Right Arrow
Edit.LineDownExtendReport Designer::Shift+Down Arrow
 Report Designer::Shift+Esc
Edit.CharLeftExtendReport Designer::Shift+Left Arrow
Edit.CharRightExtendReport Designer::Shift+Right Arrow
 Report Designer::Shift+Space
Edit.TabLeftReport Designer::Shift+Tab
Edit.LineUpExtendReport Designer::Shift+Up Arrow
Edit.InsertTabReport Designer::Tab
Edit.LineUpReport Designer::Up Arrow
Macro NameLocation and Hotkeys
Edit.RemoveRowSettings Designer::Ctrl+Del
Edit.SelectionCancelSettings Designer::Esc
Edit.EditCellSettings Designer::F2
View.ViewCodeSettings Designer::F7
Macro NameLocation and Hotkeys
Edit.DecreaseFilterLevelText Editor::Alt+,
Edit.IncreaseFilterLevelText Editor::Alt+.
Edit.CompleteWordText Editor::Alt+Right Arrow
Edit.DeleteBackwardsText Editor::Bkspce
Edit.GotoBraceText Editor::Ctrl+]
Edit.SelectToLastGoBackText Editor::Ctrl+=
Edit.WordDeleteToStartText Editor::Ctrl+Bkspce
Edit.WordDeleteToEndText Editor::Ctrl+Del
Edit.ScrollLineDownText Editor::Ctrl+Down Arrow
Edit.ToggleWordWrapText Editor::Ctrl+E, Ctrl+W
Edit.DocumentEndText Editor::Ctrl+End
Edit.LineOpenAboveText Editor::Ctrl+Enter
Edit.DocumentStartText Editor::Ctrl+Home
Edit.IncrementalSearchText Editor::Ctrl+I
Edit.ListMembersText Editor::Ctrl+J
Edit.DeleteHorizontalWhiteSpaceText Editor::Ctrl+K, Ctrl+\
Edit.SwapAnchorText Editor::Ctrl+K, Ctrl+A
Edit.CommentSelectionText Editor::Ctrl+K, Ctrl+C
Edit.FormatDocumentText Editor::Ctrl+K, Ctrl+D
Edit.FormatSelectionText Editor::Ctrl+K, Ctrl+F
Edit.ToggleTaskListShortcutText Editor::Ctrl+K, Ctrl+H
Edit.QuickInfoText Editor::Ctrl+K, Ctrl+I
Edit.ToggleBookmarkText Editor::Ctrl+K, Ctrl+K
Edit.ClearBookmarksText Editor::Ctrl+K, Ctrl+L
Edit.UncommentSelectionText Editor::Ctrl+K, Ctrl+U
Edit.LineCutText Editor::Ctrl+L
Edit.WordPreviousText Editor::Ctrl+Left Arrow
Edit.HideSelectionText Editor::Ctrl+M, Ctrl+H
Edit.ToggleAllOutliningText Editor::Ctrl+M, Ctrl+L
Edit.ToggleOutliningExpansionText Editor::Ctrl+M, Ctrl+M
Edit.CollapsetoDefinitionsText Editor::Ctrl+M, Ctrl+O
Edit.StopOutliningText Editor::Ctrl+M, Ctrl+P
Edit.CollapseTagText Editor::Ctrl+M, Ctrl+T
Edit.StopHidingCurrentText Editor::Ctrl+M, Ctrl+U
Edit.ViewBottomText Editor::Ctrl+PgDn
Edit.ViewTopText Editor::Ctrl+PgUp
Edit.ViewWhiteSpaceText Editor::Ctrl+R, Ctrl+W
Edit.WordNextText Editor::Ctrl+Right Arrow
Edit.GotoBraceExtendText Editor::Ctrl+Shift+]
Edit.CopyParameterTipText Editor::Ctrl+Shift+Alt+C
Edit.WordPreviousExtendColumnText Editor::Ctrl+Shift+Alt+Left Arrow
Edit.PasteParameterTipText Editor::Ctrl+Shift+Alt+P
Edit.WordNextExtendColumnText Editor::Ctrl+Shift+Alt+Right Arrow
Edit.DocumentEndExtendText Editor::Ctrl+Shift+End
Edit.LineOpenBelowText Editor::Ctrl+Shift+Enter
Edit.DocumentStartExtendText Editor::Ctrl+Shift+Home
Edit.ReverseIncrementalSearchText Editor::Ctrl+Shift+I
Edit.LineDeleteText Editor::Ctrl+Shift+L
Edit.WordPreviousExtendText Editor::Ctrl+Shift+Left Arrow
Edit.ViewBottomExtendText Editor::Ctrl+Shift+PgDn
Edit.ViewTopExtendText Editor::Ctrl+Shift+PgUp
Edit.WordNextExtendText Editor::Ctrl+Shift+Right Arrow
Edit.ParameterInfoText Editor::Ctrl+Shift+Space
Edit.WordTransposeText Editor::Ctrl+Shift+T
Edit.MakeUppercaseText Editor::Ctrl+Shift+U
Edit.CompleteWordText Editor::Ctrl+Space
Edit.CharTransposeText Editor::Ctrl+T
Edit.MakeLowercaseText Editor::Ctrl+U
Edit.ScrollLineUpText Editor::Ctrl+Up Arrow
Edit.SelectCurrentWordText Editor::Ctrl+W
Edit.LineDownText Editor::Down Arrow
Edit.LineEndText Editor::End
Edit.BreakLineText Editor::Enter
Edit.SelectionCancelText Editor::Esc
Edit.LineStartText Editor::Home
Edit.OvertypeModeText Editor::Ins
Edit.CharLeftText Editor::Left Arrow
Edit.PageDownText Editor::PgDn
Edit.PageUpText Editor::PgUp
Edit.CharRightText Editor::Right Arrow
Edit.LineDownExtendColumnText Editor::Shift+Alt+Down Arrow
Edit.LineEndExtendColumnText Editor::Shift+Alt+End
Edit.LineStartExtendColumnText Editor::Shift+Alt+Home
Edit.CharLeftExtendColumnText Editor::Shift+Alt+Left Arrow
Edit.CharRightExtendColumnText Editor::Shift+Alt+Right Arrow
Edit.LineTransposeText Editor::Shift+Alt+T
Edit.LineUpExtendColumnText Editor::Shift+Alt+Up Arrow
Edit.DeleteBackwardsText Editor::Shift+Bkspce
Edit.LineDownExtendText Editor::Shift+Down Arrow
Edit.LineEndExtendText Editor::Shift+End
Edit.BreakLineText Editor::Shift+Enter
Edit.LineStartExtendText Editor::Shift+Home
Edit.CharLeftExtendText Editor::Shift+Left Arrow
Edit.PageDownExtendText Editor::Shift+PgDn
Edit.PageUpExtendText Editor::Shift+PgUp
Edit.CharRightExtendText Editor::Shift+Right Arrow
Edit.TabLeftText Editor::Shift+Tab
Edit.LineUpExtendText Editor::Shift+Up Arrow
Edit.InsertTabText Editor::Tab
Edit.LineUpText Editor::Up Arrow
Macro NameLocation and Hotkeys
Edit.NextKeyTypedVC Accelerator Editor::Ctrl+W
Edit.NewAcceleratorVC Accelerator Editor::Ins
Macro NameLocation and Hotkeys
Format.SpaceDownVC Dialog Editor::Alt+Down Arrow
Format.SpaceAcrossVC Dialog Editor::Alt+Left Arrow
Format.SpaceAcrossVC Dialog Editor::Alt+Right Arrow
Format.SpaceDownVC Dialog Editor::Alt+Up Arrow
Format.ButtonBottomVC Dialog Editor::Ctrl+B
Format.TabOrderVC Dialog Editor::Ctrl+D
Edit.ScrollLineDownVC Dialog Editor::Ctrl+Down Arrow
Format.CenterVerticalVC Dialog Editor::Ctrl+F9
Format.ToggleGuidesVC Dialog Editor::Ctrl+G
Edit.ScrollColumnLeftVC Dialog Editor::Ctrl+Left Arrow
Format.CheckMnemonicsVC Dialog Editor::Ctrl+M
Format.ButtonRightVC Dialog Editor::Ctrl+R
Edit.ScrollColumnRightVC Dialog Editor::Ctrl+Right Arrow
Format.AlignBottomsVC Dialog Editor::Ctrl+Shift+Down Arrow
Format.CenterHorizontalVC Dialog Editor::Ctrl+Shift+F9
Format.AlignLeftsVC Dialog Editor::Ctrl+Shift+Left Arrow
Format.AlignRightsVC Dialog Editor::Ctrl+Shift+Right Arrow
Format.AlignTopsVC Dialog Editor::Ctrl+Shift+Up Arrow
Format.TestDialogVC Dialog Editor::Ctrl+T
Edit.ScrollLineUpVC Dialog Editor::Ctrl+Up Arrow
Edit.MoveControlDownVC Dialog Editor::Down Arrow
Format.AlignMiddlesVC Dialog Editor::F9
Edit.MoveControlLeftVC Dialog Editor::Left Arrow
Edit.MoveControlRightVC Dialog Editor::Right Arrow
Edit.SizeControlDownVC Dialog Editor::Shift+Down Arrow
Format.SizetoContentVC Dialog Editor::Shift+F7
Format.AlignCentersVC Dialog Editor::Shift+F9
Edit.SizeControlLeftVC Dialog Editor::Shift+Left Arrow
Edit.SizeControlRightVC Dialog Editor::Shift+Right Arrow
Edit.SizeControlUpVC Dialog Editor::Shift+Up Arrow
Edit.MoveControlUpVC Dialog Editor::Up Arrow
Macro NameLocation and Hotkeys
Image.EllipseToolVC Image Editor::Alt+P
Image.RectangleToolVC Image Editor::Alt+R
Image.RoundedRectangleToolVC Image Editor::Alt+W
Image.SmallerBrushVC Image Editor::Ctrl+-
Image.SmallBrushVC Image Editor::Ctrl+.
Image.PreviousColorVC Image Editor::Ctrl+[
Image.NextColorVC Image Editor::Ctrl+]
Image.LargerBrushVC Image Editor::Ctrl+=
Image.AirbrushToolVC Image Editor::Ctrl+A
Image.ShowGridVC Image Editor::Ctrl+Alt+S
Image.BrushToolVC Image Editor::Ctrl+B
Image.ZoomOutVC Image Editor::Ctrl+Down Arrow
Image.FillToolVC Image Editor::Ctrl+F
Image.FlipHorizontalVC Image Editor::Ctrl+H
Image.PencilToolVC Image Editor::Ctrl+I
Image.DrawOpaqueVC Image Editor::Ctrl+J
Image.LineToolVC Image Editor::Ctrl+L
Image.PreviousColorVC Image Editor::Ctrl+Left Arrow
Image.MagnificationToolVC Image Editor::Ctrl+M
Image.NextColorVC Image Editor::Ctrl+Right Arrow
Image.ZoomOutVC Image Editor::Ctrl+Shift+,
Image.ZoomInVC Image Editor::Ctrl+Shift+.
Image.PreviousRightColorVC Image Editor::Ctrl+Shift+[
Image.NextRightColorVC Image Editor::Ctrl+Shift+]
Image.FilledEllipseToolVC Image Editor::Ctrl+Shift+Alt+P
Image.FilledRectangleToolVC Image Editor::Ctrl+Shift+Alt+R
Image.ShowTileGridVC Image Editor::Ctrl+Shift+Alt+S
Image.FilledRoundedRectangleToolVC Image Editor::Ctrl+Shift+Alt+W
Image.Rotate90DegreesVC Image Editor::Ctrl+Shift+H
Image.EraseToolVC Image Editor::Ctrl+Shift+I
Image.PreviousRightColorVC Image Editor::Ctrl+Shift+Left Arrow
Image.MagnifyVC Image Editor::Ctrl+Shift+M
Image.NextRightColorVC Image Editor::Ctrl+Shift+Right Arrow
Image.CopyandOutlineSelectionVC Image Editor::Ctrl+Shift+U
Image.TextToolVC Image Editor::Ctrl+T
Image.UseSelectionasBrushVC Image Editor::Ctrl+U
Image.ZoomInVC Image Editor::Ctrl+Up Arrow
Image.NewImageTypeVC Image Editor::Ins
Image.FlipVerticalVC Image Editor::Shift+Alt+H
Image.OutlinedEllipseToolVC Image Editor::Shift+Alt+P
Image.OutlinedRectangleToolVC Image Editor::Shift+Alt+R
Image.RectangleSelectionToolVC Image Editor::Shift+Alt+S
Image.OutlinedRoundedRectangleToolVC Image Editor::Shift+Alt+W
Macro NameLocation and Hotkeys
Edit.NewStringVC String Editor::Ins
Macro NameLocation and Hotkeys
QueryDesigner.DiagramView Designer::Ctrl+1
QueryDesigner.CriteriaView Designer::Ctrl+2
QueryDesigner.SQLView Designer::Ctrl+3
QueryDesigner.ResultsView Designer::Ctrl+4
QueryDesigner.GotoRowView Designer::Ctrl+G
QueryDesigner.ExecuteSQLView Designer::Ctrl+R
QueryDesigner.JoinModeView Designer::Ctrl+Shift+J
QueryDesigner.CancelRetrievingDataView Designer::Ctrl+T
Macro NameLocation and Hotkeys
OtherContextMenus.ORDesignerContextMenu.HideMethodsPaneVisualStudio::Ctrl+1
Macro NameLocation and Hotkeys
Help.NexttopicWebBrowser::Alt+Down Arrow
Help.PrevioustopicWebBrowser::Alt+Up Arrow
Macro NameLocation and Hotkeys
Edit.MoveControlDownWindows Forms Designer::Ctrl+Down Arrow
Edit.MoveControlLeftWindows Forms Designer::Ctrl+Left Arrow
Edit.MoveControlRightWindows Forms Designer::Ctrl+Right Arrow
Edit.SizeControlDownWindows Forms Designer::Ctrl+Shift+Down Arrow
Edit.SizeControlLeftWindows Forms Designer::Ctrl+Shift+Left Arrow
Edit.SizeControlRightWindows Forms Designer::Ctrl+Shift+Right Arrow
Edit.SizeControlUpWindows Forms Designer::Ctrl+Shift+Up Arrow
Edit.MoveControlUpWindows Forms Designer::Ctrl+Up Arrow
Edit.LineDownWindows Forms Designer::Down Arrow
Edit.DocumentEndWindows Forms Designer::End
Edit.BreakLineWindows Forms Designer::Enter
Edit.SelectionCancelWindows Forms Designer::Esc
Edit.DocumentStartWindows Forms Designer::Home
Edit.CharLeftWindows Forms Designer::Left Arrow
Edit.CharRightWindows Forms Designer::Right Arrow
Edit.LineUpExtendWindows Forms Designer::Shift+Down Arrow
Edit.DocumentEndExtendWindows Forms Designer::Shift+End
 Windows Forms Designer::Shift+Esc
Edit.DocumentStartExtendWindows Forms Designer::Shift+Home
Edit.CharLeftExtendWindows Forms Designer::Shift+Left Arrow
Edit.CharRightExtendWindows Forms Designer::Shift+Right Arrow
Edit.TabLeftWindows Forms Designer::Shift+Tab
Edit.LineDownExtendWindows Forms Designer::Shift+Up Arrow
Edit.InsertTabWindows Forms Designer::Tab
Edit.LineUpWindows Forms Designer::Up Arrow

Sara Ford's WebLog : Did you know… There’s a macro for listing out all the keyboard shortcuts in Visual Studio? - #370

Categorised : Using
Tagged with : ,


Add comment




  Country flag
biuquote
  • Comment
  • Preview
Loading


The postman delivered this wonderful gift from Nikky & Joe Harrop. Joe got it from Jeff Wayne himself! Thanks guys!Forgot to send this last weekend. They had a fully articulated 6-person controlled animatronic dragon at this eventOn the way to Furth im Wald we passed over a flooded Danube.Johann Sebastian Bach's grave is here, along with the organ whose construction he advised on. Pretty awesome tbh :-)This is where US and Soviet forces met for the first time in world war two.Awesome awesome view from a restaurant on top of the Bastei!

GUIDGen?

Were you looking for my
GUID Generator?