Reputation: 2421
I switched to Eclipse Juno for android development recently.When I press "ctrl+space" to see available proposals.But it shows "No Default Proposals".
Upvotes: 28
Views: 39659
Reputation: 3313
We can change the settings as per our requirement.
Suppose we want to make java proposal as highest priority we need to do changes as shown below.
Windows > Preferences > Java > Editor > Content Assist > Advanced
Choose java proposal and click on up button
Upvotes: 0
Reputation: 2798
Try restoring the Restore Default
options in
Windows > Preferences > Java > Editor > Content Assist > Advanced > Restore Default
See image clearly at below.
For more, have a look on
Hope it helps you.!!
Upvotes: 9
Reputation: 1979
I have the same problem; it occurred after I upgraded to Juno.
My fix: - Window->Preferences->Java->Editor->Content Assist->Advanced - explicitly check Java Proposals - Apply
That fixed it for me. (I don't know why Restore Defaults does not set this, seems like it should but it didn't work for me)
Upvotes: 95
Reputation: 1145
Simply do a Project> Clean and then restart Eclipse. I had the same issue
Upvotes: 3
Reputation: 1037
be sure your are in a java Perspective and that your project is reconized as an Android project maybe
Upvotes: 0