编写java文件时Eclipse没有提示了,按Alt+/ 也无代码提示 后来终于找到解决办法,现贴出来与大家共享:
1、菜单window->Preferences->Java->Editor->Content Assist->Enable auto activation 选项要打上勾,并且在Auto activation triggers for Java后面的框里面输入:.abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ
2、windows-->preference-->workbench-->keys 下设置Content Assist 的快捷键:Alt+/
3、window->Preferences->Java->Editor->Content Assist->Advanced 上面的选项卡Select the proposal kinds contained in the 'default' content assist list: 中把 Other Java Proposals 选项打上勾就可以了。