Easy toggling to next parameter in IntelliJ

intellij-idea

Solution

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

Problem

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?

Original source

Related problems