Search code examples
eclipseautocompleteeclipse-pluginhotkeys

Eclipse autocomplete to replace the function name


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


Solution

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