Visual Studio 2008,2010,2012,2013,2017,2019 Keyboard Shortcuts Key

Visual Studio 2008,2010,2012,2013,2017,2019 Keyboard Shortcuts Key visual studio visual studio code visual studio 2015
Share it:
Visual Studio 2008,2010,2012,2013,2017,2019 Keyboard Shortcuts Key
google
Here, I will Explain Visual Studio 2008,2010,2012,2013,2017,2019 Keyboard Shortcuts Key.


General Shortcut Keys

ShortCut Description
Ctrl-X or Shift-Delete or Ctrl-L  Cuts the currently selected item to the clipboard
Ctrl-Del Delete next word
Ctrl-C or Ctrl-Insert Copies the currently selected item to the clipboard
Ctrl-V or Shift-Insert Pastes the item from the clipboard at the cursor location
Ctrl-Z or Alt-Backspace Undo the previous editing action
Ctrl-Space To see intelligence dialog
Ctrl-Y or Ctrl-Shift-Z Redo the previous undo action
Ctrl-S Saves the currently selected file
Ctrl-Shift-S Saves all files and projects
Ctrl-P Displays the Print dialog
F7 Switches from the design view to the code view in the editor
Shift-F7 Switches from the code view to the design view in the editor
Shift-F8 or F8 Navigate to compile-time errors
Alt-Shift-A Add Existing Item(file) to the selected project
Ctrl-Shift-A Add New Item(file) to the selected project
Shift-F9 Display the selected item quick output means contains value while debugging
F12 Moves the cursor to the selected method, variable, class definition.
Shift-F12 Finds the reference to the selected method, variable, class or the item under the cursor
Ctrl-} Match curly braces, brackets or compiler directives
Ctrl-Shift-} The select text between matched braces, brackets or compiler directives


Text Navigation Shortcut Keys


ShortCut Description
Shift-Tab Moves current line or selected lines one tab stop to the left
Backspace or Shift-Backspace  Deletes one character to the left of the cursor
Ctrl-G Go to Particular line
Ctrl-K, Ctrl-C Marks the current line or selected lines of code as a comment, using the correct comment syntax for the programming language
Ctrl-K, Ctrl-U Removes the comment syntax from the current line or currently selected lines of code
Ctrl-T or Shift-Enter Swaps the characters on either side of the cursor.
Ctrl-K, Ctrl-L Removes all unnamed bookmarks in the current document
Ctrl-M, Ctrl-O Automatically determines logical boundaries for creating regions in code, such as procedures, and then hides them. This collapses all such regions in the current document
Ctrl-K, Ctrl-\ Removes horizontal whitespace in the selection or deletes whitespace adjacent to the cursor if there is no selection
Ctrl-K, Ctrl-F Applies the indenting and space formatting for the language as specified on the Formatting pane of the language in the Text Editor section of the Options dialog to the selected text.
Ctrl-L Cuts all selected lines or the current line if nothing has been selected to the clipboard
Ctrl-Shift-L Deletes all selected lines or the current line if no selection has been made
Ctrl-Enter Inserts a blank line above the cursor
Ctrl-Shift-Enter Inserts a blank line below the cursor
Shift-Alt-T Moves the line containing the cursor below the next line
Ctrl-J Lists members for statement completion when editing code
Ctrl-U Changes the selected text to lowercase characters
Ctrl-Shift-U Changes the selected text to uppercase characters
Ctrl-Shift-Spacebar Displays a tooltip that contains information for the current parameter, based on the current language
Ctrl-M, Ctrl-U Removes the outlining information for the currently selected region
Ctrl-M, Ctrl-P Removes all outlining information from the entire document
Ctrl-R, Ctrl-P Swaps the anchor and endpoint of the current selection
Ctrl-M, Ctrl-L Toggles all previously marked hidden text sections between hidden and display states
Ctrl-K, Ctrl-K Sets or removes a bookmark at the current line
Share it:

C#

dotnet

vbnet

Post A Comment:

0 comments: