=========================================================================== Microsoft Visual Studio 2017 (Most used shortcuts) keyboard shortcuts (filtered) =========================================================================== First published at 5/17/2018 on https://defkey.com/microsoft-visual-studio-most-used-shortcuts Microsoft Visual Studio is an integrated development environment used to develop programs, web sites, web services and mobile applications. It includes a code editor that supports automatic code completion (IntelliSense). Visual Studio supports 36 different languages including C, C++, Visual Basic .NET, C#, JavaScript, XML, HTML and CSS. Information ----------- You can access frequently used commands in Visual Studio by choosing these default keyboard shortcuts. For a complete list of commands that have default shortcuts, please see All Visual Studio keyboard shortcuts. Shortcuts are global, unless specified otherwise. Build ----- Ctrl + Shift + B Build.BuildSolution Ctrl + Break Build.Cancel Ctrl + F7 Build.Compile Alt + F11 Build.RunCodeAnalysisonSolution Debug ----- Ctrl + B Debug.BreakatFunction Ctrl + Shift + F9 Debug.DeleteAllBreakpoints Ctrl + Alt + Q Debug.QuickWatch Ctrl + F10 Debug.RunToCursor Ctrl + Shift + F10 Debug.SetNextStatement Ctrl + F5 Debug.StartWithoutDebugging Edit ---- Ctrl + M then Ctrl + O [Text Editor] Edit.CollapsetoDefinitions Ctrl + K then Ctrl + C [Text Editor] Edit.CommentSelection Ctrl + K then Ctrl + F [Text Editor] Edit.FormatSelection Ctrl + F12 Edit.GoToDeclaration F12 Edit.GoToDefinition Ctrl + , Edit.NavigateTo Ctrl + Shift + Space [Text Editor, Workflow Designer] Edit.ParameterInfo Alt + F12 [Text Editor] Edit.PeekDefinition Ctrl + Shift + Z Edit.Redo View ---- Ctrl + Alt + X View.Toolbox Recommended  articles --------------------- Microsoft has a productivity guide for Visual Studio 2017 developers here. Identify and customize keyboard shortcuts in Visual Studio. Source: Microsoft documentation Last modified on (UTC): Monday, November 11, 2019 Defkey © All rights reserved.