Easy switch to next parameter in IntelliJ

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

foo("test",

therefore, the carriage is correct after the second letter "t". You can click Tab, and the carriage moves immediately after the decimal point in Eclipse. Is there such a feature in Intellij IDEA?

+5
source share
1 answer

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

+2
source

All Articles