13

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?

Jimmy Zoto
  • 1,703
  • 2
  • 17
  • 19

1 Answers1

9

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?.

Community
  • 1
  • 1
CrazyCoder
  • 389,263
  • 172
  • 990
  • 904