In IntelliJ, you can press Ctrl + Alt + Enter to insert a new line at the current cursor position in the editor.
Is there such a shortcut for VS + ReSharper?
I would also like IntelliJ Shortcut to complete the current statement without going to the next line.
IntelliJ
Ctrl + Shift + Enter = Ends the current statement without going to the next line.
Shift + Enter = Only go to the next line.
Ctrl + Alt + Enter = Inserts a new line and moves the current line down.
Would love to have this for VS + ReSharper
I really appreciate your help.
source share