Type ahead autocompletion in Eclipse

前端 未结 4 518
遥遥无期
遥遥无期 2021-02-02 01:51

Do Eclipse have a plugin for type ahead autocompletion like Visual Studio, so I don\'t have to destroy my spacebar by pressing Ctrl+Space all the time? (If

4条回答
  •  爱一瞬间的悲伤
    2021-02-02 02:51

    My answer may come too late, but maybe will help others searching this feature in eclipse. This workaround works for me (eclipse helios):

    Go to Windows -> Preferences -> Java -> Editor -> Content Assist. Here, enable Auto activation and set Auto activation delay to a low value, let's say 50 ms. Then comes the workaround: In Auto activation triggers for java, simply put all the characters: abcdefghijklmnopqrstuvwxyz.

    And there you go, just type something.

提交回复
热议问题