Can eclipse be configured to automatically fix missing Imports?

I think you are looking for Ctrl + Shift + O

You can also set up Eclipse to automatically organize imports on save:

Preferences > Java > Editor > Save Actions

Leave a Comment