I find it useful to be able to create an empty new line after current line. End Enter does exactly what I want, but it is not easy to type. Something closer to default keyboard row, like Ctrl+o, would be much better. Can I do this using default Eclipse commands, or is there any plugin providing such functionality?
I find it useful to be able to create an empty new line after
Share
Shift-Enterinserts a line below the cursor andCtrl-Shift-Enterinserts above.