Ctrl-Space in Eclipse without Pressing Ctrl-Space

后端 未结 4 517
走了就别回头了
走了就别回头了 2020-11-30 17:10

I\'ve just started using Eclipse and I noticed that when I start typing a local variable name it doesn\'t come up with suggestions like Visual Studio does until I press

4条回答
  •  Happy的楠姐
    2020-11-30 17:54

    These bugs (and a solution if you use Eclipse >3.4) may be of interest to you:

    A. Allow more character triggers as @Samuel said (fixed in 3.4 onwards):

    https://bugs.eclipse.org/bugs/show_bug.cgi?id=159157 add the characters below to content assist in Preferences

    Change the default in Auto activation triggers for Java to ._abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ

    B. Allow content assist everywhere automatically (not fixed):

    https://bugs.eclipse.org/bugs/show_bug.cgi?id=101420

提交回复
热议问题