Category Archives: Visual Studio
Visual Studio Shortcuts
Posted by on June 3, 2010
Auto indent code : press Ctrl+K and then press Ctrl+F Comment Code : press Ctrl+K and then press Ctrl+C Uncomment Code : press Ctrl+K and then press Ctrl+U
Visual Studio – Expand and Collapse Regions
Posted by on January 21, 2010
CTRL+M CTRL+M (that’s two key presses!) – collapse/open the current parent region CTRL+M CTRL+L – Collapse/Open all regions in document recursively (meaning you might get only one line in the document – one big namespace region which is collapsed or you’ll see the entire page code uncollapsed CTRL+M CTRL+O – Collapse all regions not recursively [...]