Foolish
Foolish

Reputation: 4202

what is equivalent of 'tab' from eclipse in intellij idea IDE

Is there any equivalent of tab or Enter from eclipse. For example if I am calling a method in eclipse it goes like,

method(10) //eclipse auto completes method and after writing 10 I can press tab to go to end to put ;

I can press tab or Enter to go to end, and put semi colon.

In Android-Studio(intellij idea) I have to manually go to end to put ;

Is there any way to handle this?

Upvotes: 1

Views: 139

Answers (2)

vijayinani
vijayinani

Reputation: 2634

Ctrl + Shift + Enter should help.

Upvotes: 1

user5485995
user5485995

Reputation:

You can use Ctrl + Shift + Enter

Upvotes: 2

Related Questions