I press Shift+Enter, but not working, Ctrl+Enter start a new line, but not add semicolon at the end of previous line. Is there a
It's in Visual Studio's Preferences. Solution from sbi's answer here:
Go to Tools/Options/Environment/Keyboard. Switch the "Use new shortcut in:" dropdown to "Text Editor". Pick the Edit.BreakLine command. In the Press shortcut keys edit pane press Shift+Enter.
Tools/Options/Environment/Keyboard
Edit.BreakLine
Press shortcut keys
Worked for me!