Reputation: 4202
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