Visual Studio - Schalk's evolutionary ramblings

Browse by Tags

All Tags » Visual Studio (RSS)

Visual Studio Tip : Ctrl+Enter and Ctrl+Shift+Enter

Found this by accident, maybe it has been mentioned by somebody before: In Visual Studio code editor, when you press Enter a new line is created where the cursor is positioned. (Nothing new about that) When you hold Ctrl and press Enter , a new line is inserted before the line on which the cursor is currently positioned and the cursor is repositioned to the new line. When you hold Ctrl + Shift and press Enter , a new line is appended after the line end of the line on which the cursor is currently...
Posted by schalkvanwyk | with no comments