Friday, 19 September 2014

Shortcut keys used in Visual Studio


Ctrl+M+O => Collapsing all functions

Ctrl+L       => Expanding all functions

prop+Tab Press  => Write whole property

foreach /if/ While/ do-while + Tab Press    => Write all if statement

F5           =>   Start your project in debug mode
Ctrl + Spacebar  => Intelligence 
Ctrl+ F5  => Starts the project without debugging
Ctrl+Shift+U  => Converts the currently selected text to upper case



No comments:

Post a Comment