disable eclipse auto completion

后端 未结 9 2153
花落未央
花落未央 2021-02-05 04:20

I love Eclipse but I HATE auto-completion with a vengeance! I swear though, no matter how hard I look in prefs or Google I can\'t find where I turn this off!

I\'m having

9条回答
  •  耶瑟儿~
    2021-02-05 04:29

    Same issue, a slightly different location : looks like this is to be unplugged for each different programming language we use.

    For Java, I had to look in :

    (window / preferences) Java > Editor > Content Assist, frame "Auto Activation", uncheck "Enable auto activation"
    

    For Linux version of Eclipse Juno, find it in:

    Window > Preferences > Java > Editor > Content Assist. then uncheck "Enable auto activation" from the "Auto Activation" Panel
    

    Then Eclipse and I can work together...

提交回复
热议问题