Jimmy Zoto
Jimmy Zoto

Reputation: 1763

IntelliJ equivalent to Eclipse TAB

I'm trying to migrate from Eclipse to IDEA. In Eclipse, when I hit the TAB key while typing in function parameters and in other contextual situations it will forward the cursor to the next place I can type (next parameter, end of the line for semi-colon, etc.). I use it constantly. Is there a way to get similar functionality in IDEA?

Upvotes: 13

Views: 4122

Answers (1)

CrazyCoder
CrazyCoder

Reputation: 401877

There is not direct equivalent to this action. See completion features page for the advanced features.

Regarding the semicolon insertion see Webstorm/Intellij put ";" always at the end of line.

See also Things possible in Eclipse that aren’t possible in IntelliJ?.

Upvotes: 8

Related Questions