Less Than Dot is a community of passionate IT professionals and enthusiasts dedicated to sharing technical knowledge, experience, and assistance. Inside you will find reference materials, interesting technical discussions, and expert tips and commentary. Once you register for an account you will have immediate access to the forums and all past articles and commentaries.
ASP.NET: Keyboard Shortcuts
From Wiki
Summary: Visual Studio Keyboard Shortcuts
Visual Studio has some great keyboard shortcuts that you can use to speed up development time. Using this MSDN article:
http://msdn.microsoft.com/en-us/library/bb245788(VS.80).aspx
I have come up with this list of shortcuts:
| Command | Shortcut |
| Format.AlignBottoms | VC Dialog Editor::Ctrl+Shift+Down Arrow |
| Format.AlignMiddles | VC Dialog Editor::F9 |
| Format.AlignLefts | VC Dialog Editor::Ctrl+Shift+Left Arrow |
| Format.AlignRights | VC Dialog Editor::Ctrl+Shift+Right Arrow |
| Format.AlignTops | VC Dialog Editor::Ctrl+Shift+Up Arrow |
| Format.AlignCenters | VC Dialog Editor::Shift+F9 |
| Edit.Copy | Global::Ctrl+C |
| Edit.Copy | Global::Ctrl+Ins |
| Edit.Cut | Global::Ctrl+X |
| Edit.Cut | Global::Shift+Del |
| Edit.Delete | Class Diagram::Ctrl+Del |
| Edit.Delete | Global::Del |
| Edit.Paste | Global::Ctrl+V |
| Edit.Paste | Global::Shift+Ins |
| File.Print | Global::Ctrl+P |
| Edit.Redo | Global::Ctrl+Y |
| Edit.Redo | Global::Shift+Alt+Bkspce |
| Edit.Redo | Global::Ctrl+Shift+Z |
| Edit.SelectAll | Global::Ctrl+A |
| View.Toolbox | Global::Ctrl+Alt+X |
| View.Toolbox | Global::Ctrl+W, X |
| View.Toolbox | Global::Ctrl+W, Ctrl+X |
| Edit.Undo | Global::Ctrl+Z |
| Edit.Undo | Global::Alt+Bkspce |
| Format.Bold | HTML Editor Design View::Ctrl+B |
| Format.Italic | HTML Editor Design View::Ctrl+I |
| Format.Underline | HTML Editor Design View::Ctrl+U |
| Edit.Find | Global::Ctrl+F |
| QueryDesigner.SQL | Query Designer::Ctrl+3 |
| QueryDesigner.SQL | View Designer::Ctrl+3 |
| QueryDesigner.Diagram | Query Designer::Ctrl+1 |
| QueryDesigner.Diagram | View Designer::Ctrl+1 |
| QueryDesigner.Results | Query Designer::Ctrl+4 |
| QueryDesigner.Results | View Designer::Ctrl+4 |
| QueryDesigner.Criteria | Query Designer::Ctrl+2 |
| QueryDesigner.Criteria | View Designer::Ctrl+2 |
| Edit.Remove | Managed Resources Editor::Del |
| Debug.StopDebugging | Global::Shift+F5 |
| Debug.BreakAll | Global::Ctrl+Alt+Break |
| QueryDesigner.ExecuteSQL | Query Designer::Ctrl+R |
| QueryDesigner.ExecuteSQL | View Designer::Ctrl+R |
| QueryDesigner.GotoRow | Query Designer::Ctrl+G |
| QueryDesigner.GotoRow | View Designer::Ctrl+G |
| Debug.Threads | Global::Ctrl+Alt+H |
| Debug.Threads | Global::Ctrl+D, T |
| Debug.Threads | Global::Ctrl+D, Ctrl+T |
| File.NewProject | Global::Ctrl+Shift+N |
| File.OpenProject | Global::Ctrl+Shift+O |
| Project.AddNewItem | Global::Ctrl+Shift+A |
| File.NewFile | Global::Ctrl+N |
| File.OpenFile | Global::Ctrl+O |
| File.SaveAll | Global::Ctrl+Shift+S |
| Edit.Replace | Global::Ctrl+H |
| Edit.GoTo | Global::Ctrl+G |
| View.PropertyPages | Global::Shift+F4 |
| View.FullScreen | Global::Shift+Alt+Enter |
| View.SolutionExplorer | Global::Ctrl+Alt+L |
| View.SolutionExplorer | Global::Ctrl+W, S |
| View.SolutionExplorer | Global::Ctrl+W, Ctrl+S |
| View.PropertiesWindow | Global::F4 |
| View.PropertiesWindow | Global::Ctrl+W, P |
| View.PropertiesWindow | Global::Ctrl+W, Ctrl+P |
| View.TaskList | Global::Ctrl+\\, Ctrl+T |
| View.TaskList | Global::Ctrl+\\, T |
| View.TaskList | Global::Ctrl+W, T |
| View.TaskList | Global::Ctrl+W, Ctrl+T |
| View.Output | Global::Ctrl+Alt+O |
| View.Output | Global::Ctrl+W, O |
| View.Output | Global::Ctrl+W, Ctrl+O |
| View.ObjectBrowser | Global::Ctrl+Alt+J |
| View.ObjectBrowser | Global::Ctrl+W, J |
| View.ObjectBrowser | Global::Ctrl+W, Ctrl+J |
| View.DocumentOutline | Global::Ctrl+Alt+T |
| View.DocumentOutline | Global::Ctrl+W, U |
| View.DocumentOutline | Global::Ctrl+W, Ctrl+U |
| Debug.Immediate | Global::Ctrl+Alt+I |
| Debug.Immediate | Global::Ctrl+D, I |
| Debug.Immediate | Global::Ctrl+D, Ctrl+I |
| Debug.Locals | Global::Ctrl+Alt+V, L |
| Debug.Locals | Global::Ctrl+D, L |
| Debug.Locals | Global::Ctrl+D, Ctrl+L |
| Debug.CallStack | Global::Ctrl+Alt+C |
| Debug.CallStack | Global::Ctrl+D, C |
| Debug.CallStack | Global::Ctrl+D, Ctrl+C |
| Project.AddExistingItem | Global::Shift+Alt+A |
| Debug.StepInto | Global::F11 |
| Debug.StepOver | Global::F10 |
| Debug.StepOut | Global::Shift+F11 |
| Debug.RunToCursor | Global::Ctrl+F10 |
| Debug.QuickWatch | Global::Ctrl+Alt+Q |
| Debug.QuickWatch | Global::Shift+F9 |
| Debug.QuickWatch | Global::Ctrl+D, Q |
| Debug.QuickWatch | Global::Ctrl+D, Ctrl+Q |
| Debug.ToggleBreakpoint | Global::F9 |
| Debug.DeleteAllBreakpoints | Global::Ctrl+Shift+F9 |
| Debug.SetNextStatement | Global::Ctrl+Shift+F10 |
| Debug.ShowNextStatement | Global::Alt+Num * |
| Edit.FindinFiles | Global::Ctrl+Shift+F |
| Edit.ReplaceinFiles | Global::Ctrl+Shift+H |
| Edit.GoToNextLocation | Global::F8 |
| Edit.GoToPrevLocation | Global::Shift+F8 |
| Window.NextTab | Global::Ctrl+PgDn |
| Window.PreviousTab | Global::Ctrl+PgUp |
| Window.PreviousTab | HTML Editor Design View::Ctrl+PgUp |
| Window.PreviousTab | HTML Editor Source View::Ctrl+PgUp |
| Window.CloseToolWindow | Global::Shift+Esc |
| Window.ActivateDocumentWindow | Global::Esc |
| Window.MovetoNavigationBar | Global::Ctrl+F2 |
| Debug.Start | Global::F5 |
| Debug.Restart | Global::Ctrl+Shift+F5 |
| Window.NextPane | Global::Alt+F6 |
| Window.PreviousPane | Global::Shift+Alt+F6 |
| View.ErrorList | Global::Ctrl+\\, Ctrl+E |
| View.ErrorList | Global::Ctrl+\\, E |
| View.ErrorList | Global::Ctrl+W, E |
| View.ErrorList | Global::Ctrl+W, Ctrl+E |
| File.SaveSelectedItems | Global::Ctrl+S |
| View.ViewDesigner | HTML Editor Source View::Shift+F7 |
| View.ViewDesigner | Global::Shift+F7 |
| View.ViewCode | Settings Designer::F7 |
| View.ViewCode | Class Diagram::Enter |
| View.ViewCode | Global::F7 |
| View.EditLabel | Global::F2 |
| Debug.Exceptions | Global::Ctrl+Alt+E |
| Debug.Exceptions | Global::Ctrl+D, E |
| Debug.Exceptions | Global::Ctrl+D, Ctrl+E |
| Edit.StopSearch | Global::Alt+F3, S |
| Debug.StartWithoutDebugging | Global::Ctrl+F5 |
| Edit.FindNext | Global::F3 |
| Edit.FindPrevious | Global::Shift+F3 |
| Edit.FindNextSelected | Global::Ctrl+F3 |
| Edit.FindPreviousSelected | Global::Ctrl+Shift+F3 |
| Debug.EnableBreakpoint | Global::Ctrl+F9 |
| Help.F1Help | Global::F1 |
| Diagram.Properties | Global::Alt+Enter |
| View.ClassView | Global::Ctrl+Shift+C |
| View.ClassView | Global::Ctrl+W, C |
| View.ClassView | Global::Ctrl+W, Ctrl+C |
| Window.NextDocumentWindow | Global::Ctrl+F6 |
| Window.PreviousDocumentWindow | Global::Ctrl+Shift+F6 |
| Edit.CycleClipboardRing | Global::Ctrl+Shift+V |
| Edit.CycleClipboardRing | Global::Ctrl+Shift+Ins |
| Window.CloseDocumentWindow | Global::Ctrl+F4 |
| View.CommandWindow | Global::Ctrl+Alt+A |
| View.CommandWindow | Global::Ctrl+W, A |
| View.CommandWindow | Global::Ctrl+W, Ctrl+A |
| Debug.Autos | Global::Ctrl+Alt+V, A |
| Debug.Autos | Global::Ctrl+D, A |
| Debug.Autos | Global::Ctrl+D, Ctrl+A |
| View.NavigateBackward | Global::Ctrl+- |
| View.NavigateForward | Global::Ctrl+Shift+- |
| Build.BuildSolution | Global::Ctrl+Shift+B |
| Build.BuildSolution | Global::F6 |
| Build.BuildSelection | Global::Shift+F6 |
| Build.Cancel | Global::Ctrl+Break |
| Edit.GoToDefinition | Global::F12 |
| Edit.GoToDeclaration | Global::Ctrl+F12 |
| Project.AddClass | Global::Shift+Alt+C |
| Project.Override | Global::Ctrl+Alt+Ins |
| Edit.FindSymbol | Global::Alt+F12 |
| View.FindSymbolResults | Global::Ctrl+Alt+F12 |
| View.FindSymbolResults | Global::Ctrl+W, Q |
| View.FindSymbolResults | Global::Ctrl+W, Ctrl+Q |
| View.ResourceView | Global::Ctrl+Shift+E |
| View.ResourceView | Global::Ctrl+W, R |
| View.ResourceView | Global::Ctrl+W, Ctrl+R |
| Help.WindowHelp | Global::Shift+F1 |
| View.NextView | HTML Editor Design View::Ctrl+PgDn |
| View.NextView | HTML Editor Source View::Ctrl+PgDn |
| Tools.AttachtoProcess | Global::Ctrl+Alt+P |
| View.PopBrowseContext | Global::Ctrl+Shift+8 |
| View.BrowseNext | Global::Ctrl+Shift+1 |
| View.BrowsePrevious | Global::Ctrl+Shift+2 |
| Edit.QuickFindSymbol | Global::Shift+Alt+F12 |
| View.BookmarkWindow | Global::Ctrl+K, Ctrl+W |
| View.BookmarkWindow | Global::Ctrl+W, B |
| View.BookmarkWindow | Global::Ctrl+W, Ctrl+B |
| Tools.CodeSnippetsManager | Global::Ctrl+K, Ctrl+B |
| Window.NextDocumentWindowNav | Global::Ctrl+Tab |
| Window.PreviousDocumentWindowNav | Global::Ctrl+Shift+Tab |
| View.ForwardBrowseContext | Global::Ctrl+Shift+7 |
| Edit.FindAllReferences | Global::Ctrl+K, R |
| Edit.FindAllReferences | Global::Ctrl+K, Ctrl+R |
| Edit.FindAllReferences | Global::Shift+F12 |
| Help.Contents | Global::Ctrl+Alt+F1 |
| Help.Contents | Global::Ctrl+F1, C |
| Help.Contents | Global::Ctrl+F1, Ctrl+C |
| Help.Index | Global::Ctrl+Alt+F2 |
| Help.Index | Global::Ctrl+F1, I |
| Help.Index | Global::Ctrl+F1, Ctrl+I |
| Help.Search | Global::Ctrl+Alt+F3 |
| Help.Search | Global::Ctrl+F1, S |
| Help.Search | Global::Ctrl+F1, Ctrl+S |
| Help.HowDoI | Global::Ctrl+F1, H |
| Help.HowDoI | Global::Ctrl+F1, Ctrl+H |
| Help.SearchResults | Global::Shift+Alt+F3 |
| Help.SearchResults | Global::Ctrl+F1, R |
| Help.SearchResults | Global::Ctrl+F1, Ctrl+R |
| Help.IndexResults | Global::Ctrl+F1, T |
| Help.IndexResults | Global::Ctrl+F1, Ctrl+T |
| Help.HelpFavorites | Global::Ctrl+F1, F |
| Help.HelpFavorites | Global::Ctrl+F1, Ctrl+F |
| Edit.DeleteBackwards | Text Editor::Shift+Bkspce |
| Edit.DeleteBackwards | Text Editor::Bkspce |
| Edit.BreakLine | Windows Forms Designer::Enter |
| Edit.BreakLine | Text Editor::Shift+Enter |
| Edit.BreakLine | Text Editor::Enter |
| Edit.BreakLine | Report Designer::Enter |
| Edit.InsertTab | Windows Forms Designer::Tab |
| Edit.InsertTab | Text Editor::Tab |
| Edit.InsertTab | Report Designer::Tab |
| Edit.TabLeft | Windows Forms Designer::Shift+Tab |
| Edit.TabLeft | Text Editor::Shift+Tab |
| Edit.TabLeft | Report Designer::Shift+Tab |
| Edit.CharLeft | Windows Forms Designer::Left Arrow |
| Edit.CharLeft | Text Editor::Left Arrow |
| Edit.CharLeft | Report Designer::Left Arrow |
| Edit.CharLeftExtend | Windows Forms Designer::Shift+Left Arrow |
| Edit.CharLeftExtend | Text Editor::Shift+Left Arrow |
| Edit.CharLeftExtend | Report Designer::Shift+Left Arrow |
| Edit.CharRight | Windows Forms Designer::Right Arrow |
| Edit.CharRight | Text Editor::Right Arrow |
| Edit.CharRight | Report Designer::Right Arrow |
| Edit.CharRightExtend | Windows Forms Designer::Shift+Right Arrow |
| Edit.CharRightExtend | Text Editor::Shift+Right Arrow |
| Edit.CharRightExtend | Report Designer::Shift+Right Arrow |
| Edit.LineUp | Windows Forms Designer::Up Arrow |
| Edit.LineUp | Text Editor::Up Arrow |
| Edit.LineUp | Report Designer::Up Arrow |
| Edit.LineUpExtend | Windows Forms Designer::Shift+Down Arrow |
| Edit.LineUpExtend | Text Editor::Shift+Up Arrow |
| Edit.LineUpExtend | Report Designer::Shift+Up Arrow |
| Edit.LineDown | Windows Forms Designer::Down Arrow |
| Edit.LineDown | Text Editor::Down Arrow |
| Edit.LineDown | Report Designer::Down Arrow |
| Edit.LineDownExtend | Windows Forms Designer::Shift+Up Arrow |
| Edit.LineDownExtend | Text Editor::Shift+Down Arrow |
| Edit.LineDownExtend | Report Designer::Shift+Down Arrow |
| Edit.DocumentStart | Windows Forms Designer::Home |
| Edit.DocumentStart | Text Editor::Ctrl+Home |
| Edit.DocumentStartExtend | Windows Forms Designer::Shift+Home |
| Edit.DocumentStartExtend | Text Editor::Ctrl+Shift+Home |
| Edit.DocumentEnd | Windows Forms Designer::End |
| Edit.DocumentEnd | Text Editor::Ctrl+End |
| Edit.DocumentEndExtend | Windows Forms Designer::Shift+End |
| Edit.DocumentEndExtend | Text Editor::Ctrl+Shift+End |
| Edit.LineStart | Text Editor::Home |
| Edit.LineStartExtend | Text Editor::Shift+Home |
| Edit.LineEnd | Text Editor::End |
| Edit.LineEndExtend | Text Editor::Shift+End |
| Edit.PageUp | Text Editor::PgUp |
| Edit.PageUpExtend | Text Editor::Shift+PgUp |
| Edit.PageDown | Text Editor::PgDn |
| Edit.PageDownExtend | Text Editor::Shift+PgDn |
| Edit.ViewTop | Text Editor::Ctrl+PgUp |
| Edit.ViewTopExtend | Text Editor::Ctrl+Shift+PgUp |
| Edit.ViewBottom | Text Editor::Ctrl+PgDn |
| Edit.ViewBottomExtend | Text Editor::Ctrl+Shift+PgDn |
| Edit.ScrollLineUp | Text Editor::Ctrl+Up Arrow |
| Edit.ScrollLineUp | VC Dialog Editor::Ctrl+Up Arrow |
| Edit.ScrollLineDown | Text Editor::Ctrl+Down Arrow |
| Edit.ScrollLineDown | VC Dialog Editor::Ctrl+Down Arrow |
| Edit.ScrollColumnLeft | VC Dialog Editor::Ctrl+Left Arrow |
| Edit.ScrollColumnRight | VC Dialog Editor::Ctrl+Right Arrow |
| Edit.MakeLowercase | Text Editor::Ctrl+U |
| Edit.MakeUppercase | Text Editor::Ctrl+Shift+U |
| Edit.SwapAnchor | Text Editor::Ctrl+K, Ctrl+A |
| Edit.SwapAnchor | Text Editor::Ctrl+E, A |
| Edit.SwapAnchor | Text Editor::Ctrl+E, Ctrl+A |
| Edit.GotoBrace | Text Editor::Ctrl+] |
| Edit.GotoBraceExtend | Text Editor::Ctrl+Shift+] |
| Edit.OvertypeMode | Text Editor::Ins |
| Edit.LineCut | Text Editor::Ctrl+L |
| Edit.LineDelete | Text Editor::Ctrl+Shift+L |
| Edit.DeleteHorizontalWhiteSpace | Text Editor::Ctrl+K, Ctrl+\\ |
| Edit.DeleteHorizontalWhiteSpace | Text Editor::Ctrl+E, \\ |
| Edit.DeleteHorizontalWhiteSpace | Text Editor::Ctrl+E, Ctrl+\\ |
| Edit.LineOpenAbove | Text Editor::Ctrl+Enter |
| Edit.LineOpenBelow | Text Editor::Ctrl+Shift+Enter |
| Edit.ClearBookmarks | Text Editor::Ctrl+B, C |
| Edit.ClearBookmarks | Text Editor::Ctrl+B, Ctrl+C |
| Edit.ToggleBookmark | Text Editor::Ctrl+K, Ctrl+K |
| Edit.ToggleBookmark | Text Editor::Ctrl+B, T |
| Edit.ToggleBookmark | Text Editor::Ctrl+B, Ctrl+T |
| Edit.NextBookmark | Global::Ctrl+K, Ctrl+N |
| Edit.NextBookmark | Text Editor::Ctrl+B, N |
| Edit.NextBookmark | Text Editor::Ctrl+B, Ctrl+N |
| Edit.PreviousBookmark | Global::Ctrl+K, Ctrl+P |
| Edit.PreviousBookmark | Text Editor::Ctrl+B, P |
| Edit.PreviousBookmark | Text Editor::Ctrl+B, Ctrl+P |
| Edit.CharTranspose | Text Editor::Ctrl+T |
| Edit.WordTranspose | Text Editor::Ctrl+Shift+T |
| Edit.LineTranspose | Text Editor::Shift+Alt+T |
| Edit.SelectCurrentWord | Global::Ctrl+Shift+W |
| Edit.WordDeleteToEnd | Text Editor::Ctrl+Del |
| Edit.WordDeleteToStart | Text Editor::Ctrl+Bkspce |
| Edit.WordPrevious | Text Editor::Ctrl+Left Arrow |
| Edit.WordPreviousExtend | Text Editor::Ctrl+Shift+Left Arrow |
| Edit.WordNext | Text Editor::Ctrl+Right Arrow |
| Edit.WordNextExtend | Text Editor::Ctrl+Shift+Right Arrow |
| Edit.SelectionCancel | Managed Resources Editor::Esc |
| Edit.SelectionCancel | Settings Designer::Esc |
| Edit.SelectionCancel | Windows Forms Designer::Esc |
| Edit.SelectionCancel | Text Editor::Esc |
| Edit.SelectionCancel | Report Designer::Esc |
| Edit.ParameterInfo | Text Editor::Ctrl+Shift+Space |
| Edit.ParameterInfo | Text Editor::Ctrl+K, P |
| Edit.ParameterInfo | Text Editor::Ctrl+K, Ctrl+P |
| Edit.ViewWhiteSpace | Text Editor::Ctrl+R, Ctrl+W |
| Edit.ViewWhiteSpace | Text Editor::Ctrl+E, S |
| Edit.ViewWhiteSpace | Text Editor::Ctrl+E, Ctrl+S |
| Edit.CompleteWord | Text Editor::Alt+Right Arrow |
| Edit.CompleteWord | Text Editor::Ctrl+Space |
| Edit.CompleteWord | Text Editor::Ctrl+K, W |
| Edit.CompleteWord | Text Editor::Ctrl+K, Ctrl+W |
| Edit.ListMembers | Text Editor::Ctrl+J |
| Edit.ListMembers | Text Editor::Ctrl+K, L |
| Edit.ListMembers | Text Editor::Ctrl+K, Ctrl+L |
| Edit.FormatSelection | Text Editor::Ctrl+K, Ctrl+F |
| Edit.FormatSelection | Text Editor::Ctrl+E, F |
| Edit.FormatSelection | Text Editor::Ctrl+E, Ctrl+F |
| Edit.ToggleTaskListShortcut | Text Editor::Ctrl+K, Ctrl+H |
| Edit.ToggleTaskListShortcut | Text Editor::Ctrl+E, T |
| Edit.ToggleTaskListShortcut | Text Editor::Ctrl+E, Ctrl+T |
| Edit.QuickInfo | Text Editor::Ctrl+K, Ctrl+I |
| Edit.QuickInfo | Text Editor::Ctrl+K, I |
| Edit.CharLeftExtendColumn | Text Editor::Shift+Alt+Left Arrow |
| Edit.CharRightExtendColumn | Text Editor::Shift+Alt+Right Arrow |
| Edit.LineUpExtendColumn | Text Editor::Shift+Alt+Up Arrow |
| Edit.LineDownExtendColumn | Text Editor::Shift+Alt+Down Arrow |
| Edit.ToggleWordWrap | Text Editor::Ctrl+E, Ctrl+W |
| Edit.ToggleWordWrap | Text Editor::Ctrl+E, W |
| Edit.IncrementalSearch | Text Editor::Ctrl+I |
| Edit.ReverseIncrementalSearch | Text Editor::Ctrl+Shift+I |
| Edit.LineStartExtendColumn | Text Editor::Shift+Alt+Home |
| Edit.LineEndExtendColumn | Text Editor::Shift+Alt+End |
| Edit.WordPreviousExtendColumn | Text Editor::Ctrl+Shift+Alt+Left Arrow |
| Edit.WordNextExtendColumn | Text Editor::Ctrl+Shift+Alt+Right Arrow |
| Edit.HideSelection | Text Editor::Ctrl+M, Ctrl+H |
| Edit.ToggleOutliningExpansion | Text Editor::Ctrl+M, Ctrl+M |
| Edit.ToggleOutliningExpansion | Text Editor::Ctrl+M, M |
| Edit.ToggleAllOutlining | Text Editor::Ctrl+M, Ctrl+L |
| Edit.ToggleAllOutlining | Text Editor::Ctrl+M, L |
| Edit.StopOutlining | Text Editor::Ctrl+M, Ctrl+P |
| Edit.StopOutlining | Text Editor::Ctrl+M, P |
| Edit.StopHidingCurrent | Text Editor::Ctrl+M, Ctrl+U |
| Edit.CollapsetoDefinitions | Text Editor::Ctrl+M, Ctrl+O |
| Edit.CollapsetoDefinitions | Text Editor::Ctrl+M, O |
| Edit.CommentSelection | Text Editor::Ctrl+K, Ctrl+C |
| Edit.CommentSelection | Text Editor::Ctrl+E, C |
| Edit.CommentSelection | Text Editor::Ctrl+E, Ctrl+C |
| Edit.UncommentSelection | Text Editor::Ctrl+K, Ctrl+U |
| Edit.UncommentSelection | Text Editor::Ctrl+E, U |
| Edit.UncommentSelection | Text Editor::Ctrl+E, Ctrl+U |
| Edit.OpenFile | Global::Ctrl+Shift+G |
| Edit.SelectToLastGoBack | Text Editor::Ctrl+= |
| Edit.FormatDocument | Text Editor::Ctrl+K, Ctrl+D |
| Edit.FormatDocument | Text Editor::Ctrl+E, D |
| Edit.FormatDocument | Text Editor::Ctrl+E, Ctrl+D |
| Edit.IncreaseFilterLevel | Text Editor::Alt+. |
| Edit.DecreaseFilterLevel | Text Editor::Alt+, |
| View.ShowSmartTag | Global::Shift+Alt+F10 |
| View.ShowSmartTag | HTML Editor Design View::Shift+Alt+F10 |
| View.ShowSmartTag | Global::Ctrl+. |
| Edit.CopyParameterTip | Text Editor::Ctrl+Shift+Alt+C |
| Edit.PasteParameterTip | Text Editor::Ctrl+Shift+Alt+P |
| Format.InsertBookmark | HTML Editor Design View::Ctrl+Shift+L |
| Format.ConverttoHyperlink | HTML Editor Design View::Ctrl+L |
| View.AutoCloseTagOverride | HTML Editor Source View::Ctrl+Shift+. |
| View.EditMaster | HTML Editor Design View::Ctrl+M, Ctrl+M |
| Edit.InsertSnippet | Global::Ctrl+K, Ctrl+X |
| Edit.InsertSnippet | Global::Ctrl+K, X |
| Edit.CollapseTag | Text Editor::Ctrl+M, Ctrl+T |
| Build.Compile | Global::Ctrl+F7 |
| Project.AddContentPage | HTML Editor Design View::Ctrl+M, Ctrl+C |
| View.ViewMarkup | HTML Editor Design View::Shift+F7 |
| Edit.EnableBookmark | Text Editor::Ctrl+B, E |
| Edit.EnableBookmark | Text Editor::Ctrl+B, Ctrl+E |
| Format.TestDialog | VC Dialog Editor::Ctrl+T |
| Format.SpaceAcross | VC Dialog Editor::Alt+Left Arrow |
| Format.SpaceAcross | VC Dialog Editor::Alt+Right Arrow |
| Format.SpaceDown | VC Dialog Editor::Alt+Down Arrow |
| Format.SpaceDown | VC Dialog Editor::Alt+Up Arrow |
| Format.ToggleGuides | VC Dialog Editor::Ctrl+G |
| Format.SizetoContent | VC Dialog Editor::Shift+F7 |
| Format.CenterVertical | VC Dialog Editor::Ctrl+F9 |
| Format.CenterHorizontal | VC Dialog Editor::Ctrl+Shift+F9 |
| Format.TabOrder | VC Dialog Editor::Ctrl+D |
| Format.ButtonRight | VC Dialog Editor::Ctrl+R |
| Format.ButtonBottom | VC Dialog Editor::Ctrl+B |
| Edit.MoveControlLeft | Global::Ctrl+Left Arrow |
| Edit.MoveControlLeft | Windows Forms Designer::Ctrl+Left Arrow |
| Edit.MoveControlLeft | Report Designer::Ctrl+Left Arrow |
| Edit.MoveControlLeft | VC Dialog Editor::Left Arrow |
| Edit.MoveControlDown | Global::Ctrl+Down Arrow |
| Edit.MoveControlDown | HTML Editor Design View::Ctrl+Down Arrow |
| Edit.MoveControlDown | Windows Forms Designer::Ctrl+Down Arrow |
| Edit.MoveControlDown | Report Designer::Ctrl+Down Arrow |
| Edit.MoveControlDown | VC Dialog Editor::Down Arrow |
| Edit.MoveControlRight | Global::Ctrl+Right Arrow |
| Edit.MoveControlRight | Windows Forms Designer::Ctrl+Right Arrow |
| Edit.MoveControlRight | Report Designer::Ctrl+Right Arrow |
| Edit.MoveControlRight | VC Dialog Editor::Right Arrow |
| Edit.MoveControlUp | Global::Ctrl+Up Arrow |
| Edit.MoveControlUp | HTML Editor Design View::Ctrl+Up Arrow |
| Edit.MoveControlUp | Windows Forms Designer::Ctrl+Up Arrow |
| Edit.MoveControlUp | Report Designer::Ctrl+Up Arrow |
| Edit.MoveControlUp | VC Dialog Editor::Up Arrow |
This Hack is part of the ASP.NET Hacks collection



LTD Social Sitings
Note: Watch for social icons on posts by your favorite authors to follow their postings on these and other social sites.