Support us .Net Basics C# SQL ASP.NET Aarvi MVC Slides C# Programs Subscribe Download

Part 3 - Visual Studio Keyboard Shortcuts

Suggested Videos
Part 1 - How to remove unused using namespaces
Part 2 - How to find the containing namespace of a class



In this video, we will discuss Visual Studio Keyboard Shortcuts that we can use on a daily basis to be more productive



To format document in visual studio
Ctrl + K, D

To comment selected code 
Ctrl + K, C

To uncomment selected code 
Ctrl + K, U

Show intellisense
Ctrl + Space

Covert selected text to UPPERCASE
Ctrl + Shift + U

Covert selected text to LOWERCASE
Ctrl + U

Toggle Full Screen
Alt + Shift + Enter

Build Project
Shift + F6

Build Solution
Ctrl + Shift + B OR F6

Attach the debugger to a process
Ctrl + Alt + P

Expand or Collapse current element
Ctrl + M, M

Collapse all
Ctrl + M, O

Toggle all Outlining
Ctrl + M, L

visual studio tips and tricks tutorial

No comments:

Post a Comment

It would be great if you can help share these free resources