No Default Proposals in Eclipse Juno

后端 未结 5 1471
谎友^
谎友^ 2021-02-07 00:45

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

相关标签:
5条回答
  • 2021-02-07 01:12

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

    0 讨论(0)
  • 2021-02-07 01:14

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

    0 讨论(0)
  • 2021-02-07 01:17

    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)

    0 讨论(0)
  • 2021-02-07 01:21

    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.!!

    0 讨论(0)
  • 2021-02-07 01:27

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

    0 讨论(0)
提交回复
热议问题