2

IntelliJ has this with TAB is there something like this for Eclipse? Any plugin that does this?

1 Answers1

3

Hold Ctrl when the content assist popup is active to toggle the "overwrite" mode:

enter image description here

Or check Window > Preferences > Java > Editor > Content Assist > Completion overwrites to toggle it permanently.

Emmanuel Chebbi
  • 456
  • 3
  • 5
  • 13