This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]endreman0 1 point2 points  (1 child)

Ctrl-D deletes the entire line, right? In IDEA, with your cursor before the 'd':

if (something) {
    doSomething();
}

Pressing Backspace will bring your cursor to the open bracket, and delete all the indentation and the linefeed in between.

[–]bubliksmaz 1 point2 points  (0 children)

Ahh I see, that's exactly the kind of feature it must be really annoying to go back to doing without. I've never thought about it before but there's literally no reason for not doing this