Written by .NET Trainer & Instructor , Saturday, February 27, 2016 at 9:35 PM
In this post, I’ll be sharing the Visual Studio keyboard shortcuts that I use every day and using keyboard shortcuts really helps me to become more productivity.
1. Ctrl + . : Allows you to create a new type or add a using reference.
2. Ctrl + , : Allows you to Search and Navigate to a code file within your solution.
Ctrl + Q : Allows you to Access the Quick launch search bar.
Ctrl + ; : Allows yout to access Solution explorer search.
F5 : To start with debugging.
Ctrl + F5 : To start without debugging.
Ctrl + Shift + A : Allows you to open the Add New Item window.
F12 on a literal : Allows you to view a literal definition.
Shift + F12 : Shows a list of files using a particular literal within a project.
Alt + F12 : Allows you to have a peek look at a literal definition.
Ctrl + Tab : Browsing opened code files within Visual Studio.
Thank you for reading.
Stay tuned!
Take care
Abhishek Luv
by Abhishek Luv, Friday, March 3, 2023 at 11:38 AM
Read moreby Abhishek Luv, Sunday, January 26, 2020 at 11:33 PM
Read moreby Abhishek Luv, Saturday, January 5, 2019 at 6:30 PM
Read more