Ravikiran
Ravikiran

Reputation: 2421

No Default Proposals in Eclipse Juno

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

Answers (6)

Lova Chittumuri
Lova Chittumuri

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 enter image description here

Upvotes: 0

Wanna Coffee
Wanna Coffee

Reputation: 2798

Try restoring the Restore Default options in

Windows > Preferences > Java > Editor > Content Assist > Advanced > Restore Default

See image clearly at below.

Eclipse Image

For more, have a look on

  1. Eclipse/Java code completion not working.
  2. Content Assist (Ctrl + Space) Is Not Working – Eclipse

Hope it helps you.!!

Upvotes: 9

mwk
mwk

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

Ravikiran
Ravikiran

Reputation: 2421

Change workspace and try it now. It works fine for me.

Upvotes: 2

cleroo
cleroo

Reputation: 1145

Simply do a Project> Clean and then restart Eclipse. I had the same issue

Upvotes: 3

Rocel
Rocel

Reputation: 1037

be sure your are in a java Perspective and that your project is reconized as an Android project maybe

Upvotes: 0

Related Questions