12

Eclipse autocomplete is not working and is always telling me merely "No Default Proposals".

This is true whether I try to autocomplete for code under java.util or in my own project.

I'm running Eclipse 3.5.2 on Lucid Lynx using java-6-openjdk.

Any ideas?

Ben McCann
  • 18,548
  • 25
  • 83
  • 101

2 Answers2

27

Window > Preferences > Java > Editor > Content Assist > Advanced

All the Java options were turned off. Don't know how this happened or why it's not always on :o/

Ben McCann
  • 18,548
  • 25
  • 83
  • 101
  • I just updated the Android Support Library within the SDK and the auto-complete stopped working. It turns out all the Java options got turned off. Thanks for the tip! – Aaron C Oct 28 '12 at 05:33
  • I got this error when i created an eclipse account to synchronize my settings lol. Somehow 90% of them were automatically checked off ?.. Anyways thanks a bunch @Ben! – Lorenzo Jul 01 '21 at 07:35
2

Open eclipse and go to the following:

Window > Preferences > Java > Editor > Content Assist > Advanced

Select all checkboxes and click Ok.

Deepak Azad
  • 7,903
  • 2
  • 34
  • 49
rahmat
  • 29
  • 1