Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Easy toggling to next parameter in IntelliJ

Let's say you are in a method with two parameters and you filled the first one:

foo("test",

so the caret is right after second "t" letter. It's possible to hit Tab and caret moves just after the comma in Eclipse. Is there such a feature in Intellij IDEA?

like image 523
Eugene Avatar asked Nov 03 '22 19:11

Eugene


1 Answers

See the related question: IntelliJ equivalent to Eclipse TAB and vote for this feature in YouTrack.

like image 138
CrazyCoder Avatar answered Nov 10 '22 22:11

CrazyCoder