I installed eclipse with oomph - eclipse for JEE as basis + lots of other stuff defined in the oomph.setup. Now I can't activate the content assist for java:
Is it possible that I have to install something through oomph?
UPDATE
In my org.eclipse.jdt.ui.prefs
I have:
content_assist_disabled_computers=org.eclipse.jdt.ui.textProposalCategory$${0x0}org.eclipse.jdt.ui.javaTypeProposalCategory$${0x0}org.eclipse.jdt.ui.javaNoTypeProposalCategory$${0x0}
So I followed https://bugs.eclipse.org/bugs/show_bug.cgi?id=515021 and that fixed the problem.
There are 2 things one can try:
The second work for me.