

Read the complete list of shortcuts here. Next, you can find even more useful Visual Studio keyboard shortcuts in the second articles from the series - 19 Must-Know Visual Studio Keyboard Shortcuts – Part 2. Ctrl + Delete = Deletes the word to the right of the cursor.Shift + Home = Select the entire line from end to start.Shift + End = Select the entire line from start to end.Ctrl + K, Ctrl + D = Do proper alignment of all the code.Ctrl + K, Ctrl + U = Uncomments the selected lines.Ctrl + K, Ctrl + C = Comments the selected lines.Ctrl + Shift + S = Saves all files and projects.Ctrl + Shift + } = Select text between matched braces, brackets.Ctrl + } = Match curly braces, brackets.Alt + Shift + arrow keys(←,↑,↓,→) = Select custom part of the code.Ctrl + Space = Autocomplete using IntelliSense.Ctrl + Shift + Enter = Insert blank line below the current line.Ctrl + Enter = Insert blank line above the current line.

