понедельник, 29 марта 2010 г.

Some Useful Shortcuts for Coders in Visual Studio 2010



Followings are some useful shortcuts for coders.


Copy a single line - CTRL+C [Move the insertion point at the begin or end and press space bar, then press the shortcut key combination]
 Cut a single line - CTRL+X [Move the insertion point at the begin or end and press space bar, then press the shortcut key combination]
Comment a line - CTRL+K, CTRL+C [Keep the insertion point any where on line and press ]
UnComment a line - CTRL+K, CTRL+U [Keep the insertion point any where on line and press ]
Put/Remove a break point - F9
Remove all break points as once - CTRL+SHFT+F9 
Expand/Collapse a region- CTRL+M, CTRL+M
Intellisense - Ctrl+Space  [Press CTRL again make the drop down transparent]

Комментариев нет: