Ben McCann
Ben McCann

Reputation: 19004

Eclipse autocomplete broken

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?

Upvotes: 12

Views: 4320

Answers (2)

rahmat
rahmat

Reputation: 29

Open eclipse and go to the following:

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

Select all checkboxes and click Ok.

Upvotes: 2

Ben McCann
Ben McCann

Reputation: 19004

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/

Upvotes: 27

Related Questions