How to Stop Eclipse from Nagging You
Eclipse often tries to be helpful by displaying popups with
information about alternatives, parameters, and what not.
If you find this distracting like I do, this is how to turn it off.
- Window -> Preferences -> Java -> Editor -> Content Assist -> uncheck Enable auto activation
If you want to see the information popups, you can do this manually
with a Ctrl-Space key combination.