eclipseidecontent-assistoomph

Content assist in eclipse not available at all


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:

enter image description here

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}


Solution

  • 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:

    1. Java -> Editor -> Content Assist -> Advanced -> Restore Defaults and then restart eclipse
    2. Close eclipse, delete workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.jdt.ui.prefs and start eclipse

    The second work for me.