Some Useful Visual Studio shortcut keys
I would like to share some on the shortcut keys that are available in visual studio that will be very useful for the developers for fast codeing. I have segregated them into different parts.
VS Tools and Explore Bars (Windows) Related
Solution Explorer | Ctrl +W, S |
Server Explorer | Ctrl + W, L |
Error List | Ctrl + W, E |
Output Window | Ctrl + W, O |
Property Window | Ctrl + W, P |
Tool Box | Ctrl + W, X |
Code File Related
Comment Selection | Ctrl +E, C or Ctrl + K, C |
Uncomment Selection | Ctrl + E, U or Ctrl + K, U |
Format Document | Ctrl + E, D |
Make UPPERCASE | Ctrl + Shit, U |
Make lowercase | Ctrl + U |
Place Bookmark | Ctrl + B + E |
Clear Bookmark | Ctrl + B + C |
Toggle Bookmark | Ctrl + B + T |
Previous Bookmark | Ctrl + B + P |
Next Bookmark | Ctrl + B + N |
Project Related
Add New Class | Shift + Alt + C |
Add New Item | Ctrl + Shift + A |
Add Existing Item | Shift + Alt + A |
I use these shortcuts daily in my coding life and makes my life easy and fast to code. Hope this will effect your coding life and i would like to hear your feedback on this and please suggest if you have any.
Your feedbacks are warmly welcomed.
Happy Coding :)