Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

No Default Proposals in Eclipse Juno

Tags:

I switched to Eclipse Juno for android development recently.When I press "ctrl+space" to see available proposals.But it shows "No Default Proposals".

like image 650
Ravikiran Avatar asked Jul 25 '12 15:07

Ravikiran


People also ask

Why suggestions are not showing in eclipse?

Step 1: Open your Eclipse or Spring Tool Suite, then go to the Window > Preferences as shown in the below image. Step 2: In the next screen go to the Java > Editor > Content Assist > Auto activation triggers for Java as shown in the below image.

Is there autocomplete in eclipse?

Now based on the references, Eclipse will trigger autocomplete suggestions for you.

How do I enable Content Assist in Eclipse?

To enable the Content Assist window to open automatically, go to the Content Assist Preferences page, accessed from Window | Preferences | PHP | Editor | Content Assist and mark the 'Enable auto-activation' checkbox.


1 Answers

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)

like image 124
mwk Avatar answered Oct 20 '22 05:10

mwk