Ctrl-Space in Eclipse without Pressing Ctrl-Space

后端 未结 4 522
走了就别回头了
走了就别回头了 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条回答
  •  没有蜡笔的小新
    2020-11-30 17:28

    Also to make Auto Complete work in XML files do the following changes in Preferences -> XML -> XML Files -> Editor -> Content Assist

    Under Auto Activation section, provide the following values

    1. Make Auto activation delay (ms): 0
    2. Prompt when these characters are inserted: <=:._abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ

    Following screenshot explains the same

    enter image description here

提交回复
热议问题