Eclipse autocomplete broken
Asked Answered
F

2

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?

Flodden answered 14/8, 2010 at 1:25 Comment(0)
F
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/

Flodden answered 14/8, 2010 at 1:28 Comment(2)
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!Ozan
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!Interlace
A
2

Open eclipse and go to the following:

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

Select all checkboxes and click Ok.

Anniceannie answered 11/11, 2011 at 5:58 Comment(2)
Not sure why you would post the exact same answer, more than a year later?Engorge
@SanderVerhagen I'd call it like i see it. (e.g. reputation farming XD)Interlace

© 2022 - 2024 — McMap. All rights reserved.