Visual Studio Cheat Sheet 2019

  



Sheet

Visual Basic.NET helps even those with no programming experience write sophisticated programs for Windows with ease. Becoming familiar with the Visual Basic.NET naming conventions and data types sets you on the road to programming whatever you like, and discovering the shortcut keys the VB.NET editor gets you to your destination even faster. Aug 3, 2017 - Visual Studio Keyboard Shortcuts (“cheat sheet”). Free Full Version. Material Design App. Set Favorite Shortcut. Full Reference sheet of Visual Studio Shortcut.

Visual Studio Cheat Sheet 2019

Visual Studio Cheat Sheet 2017

Visual Studio Cheat Sheet 2019

Visual Studio Code Cheat Sheet

Visual Studio Cheat Sheet 2019

Visual Studio Cheat Sheet 2019 Free

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