Search code examples
javamyeclipse

MyEclipse 10 autocomplete not working


I have recently got MyEclipse 10 in work and the autocomplete feature has stopped working and I have no idea why.

Now the weird thing is, it works fine for the JSP project. In my work we have a online GUI which is created using JSP and runs on the TomCat server. But in any other project, the auto completions don't work. Not a single command will bring up the auto completion. If I try for example System. and try hitting control space, it says no completions for available. Has anyone had this problem before? And if how how on earth do I fix it, makes it rather difficult to program :P

Thanks in advance for any help


Solution

  • Turn on Autocompletion by going to Java->Editor->Content Assist->Advanced. Ensure that Java Proposals is selected.

    Eclipse Window Preferences