Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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?

like image 587
Ben McCann Avatar asked Aug 14 '10 01:08

Ben McCann


2 Answers

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/

like image 65
Ben McCann Avatar answered Oct 15 '22 21:10

Ben McCann


Open eclipse and go to the following:

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

Select all checkboxes and click Ok.

like image 42
rahmat Avatar answered Oct 15 '22 23:10

rahmat