I want to duplicate just like the standard CTRL+D hotkey in intellij, but in the eclipse version was a way to end up in the duplicated lines with the caret. E.g. the original is at the bottom and you are set to edit the duplicated lines at the top with the caret.
E.g. CTRL+D does this
| <-- caret
originaltext| (hit CTRL+D) you end up with
duplicatedoriginaltext
originaltext|
but what i want
duplicatedoriginaltext|
originaltext
is there a way to do this in intellij? and obviously this has to work with several lines as well.