eclipse代码提示功能的设置

菜单window->Preferences->Java->Editor->Content Assist->Enable auto activation 选项要打上勾。

还有windows-->preference-->workbench-->keys 下设置Content    Assist    的快捷键。

但都不能自动提示,查了查以前eclipse 的设置才找到:window->Preferences->Java->Editor->Content Assist->Advanced   上面的选项卡Select the proposal kinds contained in the 'default' content assist list: 中把 Other Java Proposals 选项打上勾就可以了。

你可能感兴趣的:(eclipse)