Visual Studio 2019 Cheat Sheet



  1. Visual Studio 2019 Cheat Sheet
  2. Visual Studio Shortcuts
  3. Visual Studio 2019 Keyboard Shortcuts Cheat Sheet Pdf
  4. Visual Studio 2019 Keyboard Cheat Sheet

Visual Studio 2017 keyboard shortcuts. Created Date: 3/8/2017 1:08:16 PM.

  1. Use Git as the default version control experience in Visual Studio 2019 or Team Foundation Version Control (TFVC) for centralized version control right out of the box. From the new Git menu, you can clone, create, or open your own repositories. Use the integrated Git tool windows to commit and push changes to your code, manage branches, stay up.
  2. Free C# Cheat Sheet (12 pages) Here below is the downloadable older C# Cheat Sheet from last year, 2019. I had taken it down but now, in August 2020 I’ve decided to put it back up for downloading. It has 12 pages. It’s just over half the size of the one over at Amazon.
  3. General Ctrl+Shift+P, F1 Show Command Palette Ctrl+P Quick Open, Go to File Ctrl+Shift+N New window/instance Ctrl+Shift+W Close window/instance.
StudioVisual

Visual Studio 2019 Cheat Sheet

I’m the kind developer who loves shortcuts. I think it makes me more productive. As a fervent user of ReSharper I learned a lot of new shortcuts by forcing myself to learn at least one shortcut a week. ReSharper provides already for years a nice cheat-sheet with al possible and relevant shortcuts. Now you can get one for the plain vanilla Visual Studio environment too!

Microsoft provides a PDF file which can easily be printed. My advice: download this file, print it and give it a prominent place on your desk!

Visual Studio 2019 Cheat Sheet

Visual Studio Shortcuts

You can find this file here:

Visual Studio 2019 Keyboard Shortcuts Cheat Sheet Pdf

Happy learning!

Visual Studio 2019 Keyboard Cheat Sheet

ShortcutDescription
Ctrl-XorShift-DeleteCuts the currently selected item to the clipboard. Without selection it cuts the entire line to the clipboard.
Ctrl-CorCtrl-InsertCopies the currently selected item to the clipboard. Without selection it copies the entire line to the clipboard.
Ctrl-VorShift-InsertPastes the item in the clipboard at the cursor (with selection in clipboard), or at the next line (with line in clipboard).
Ctrl-ZorAlt-BackspaceUndo previous editing action
Ctrl-YorCtrl-Shift-ZRedo the previous undo action
Ctrl-Shift-VorCtrl-Shift-Insert Pastes an item from the clipboard ring tab of the Toolbox at the cursor in the file and automatically selects the pasted item. Cycle through the items on the clipboard by pressing the shortcut keys repeatedly
Ctrl + .orShift+Alt+F10 Opens smart tag and resolves a wide array of suggested code refactorings
Esc Closes a menu or dialog, cancels an operation in progress, or places focus in the current document window
Ctrl-S Saves the selected files in the current project (usually the file that is being edited)
Ctrl-Shift-SSaves all documents and projects
Ctrl-PDisplays the Print dialog
F7Switches from the design view to the code view in the editor
Shift-F7Switches from the code view to the design view in the editor
F8 Moves the cursor to the next item, for example in the TaskList window or Find Results window
Shift-F8Moves the cursor to the previous item, for example in the TaskList window or Find Results window
Shift-F12Finds a reference to the selected item or the item under the cursor
Ctrl-Shift-GOpens the file whose name is under the cursor or is currently selected
Ctrl-/Switches focus to the Find/Command box on the Standard toolbar
Ctrl-Shift-F12Moves to the next task in the TaskList window
Ctrl-Shift-8Moves backward in the browse history. Available in the object browser or Class View window
Alt-Left ArrowGo back in the web browser history
Alt-Right ArrowGo forward in the web browser history