Auto enter after { brace

Answered

Is there a way to have auto enter after typing { brace?
My code looks like this:

Class(int a, int b) 

{ cursor }

 

What I want:

Class(int a, int b)

{

cursor

}

 

I know there is a ctrl+shif+enter option that would work in most cases but I'm wondering if there's another way.

0
1 comment

Don't think it's possible. Feature request is welcome at https://youtrack.jetbrains.com/issues/IDEA.

0

Please sign in to leave a comment.