当前位置: 代码迷 >> Eclipse >> myeclipse不能一般提示
  详细解决方案

myeclipse不能一般提示

热度:56   发布时间:2016-04-23 12:34:56.0
myeclipse不能正常提示
原因:myeclipse 6把alt+/分配给了单词提示,还有代码提示的快捷代码也不是alt+/,因此要恢复代码提

示用alt+/.需要做两件事.
1,windows-->preference-->workbench-->keys 下设置Content    Assist    的快捷键
2,windows-->preference-->workbench-->keys 下设置word comletion 的快捷键 改成其它的.

如果还是不提示有可能是提示功能被关了.
如下做
1、菜单window->Preferences->Java->Editor->Content Assist->Enable auto activation 选项要打

上勾
     2、window->Preferences->Java->Editor->Content Assist->Advanced   上面的选项卡Select

the proposal kinds contained in the 'default' content assist list: 中把 Other Java

Proposals 选项打上勾就可以了。
  相关解决方案