myeclise 使用快捷键时 下面提示 no completions available ,

项目中自定义了泛型,在含有泛型的类中,代码补全功能要么没有,要么很弱。
在同一个项目中的其他没有使用泛型的类中,代码补全功能可以正常使用。看到其他一些博客说的把 window--->首选项---->java--->edit--->...--->advanced
里面全部打钩了但是还是不行。
以下是代码图片:
图片说明

1、菜单window->Preferences->Java->Editor->Content Assist->Enable auto activation 选项要打上勾
2、windows-->preference-->workbench-->keys 下设置Content Assist 的快捷键
3、window->Preferences->Java->Editor->Content Assist->Advanced 上面的选项卡Select the proposal kinds contained in the 'default' content assist list: 中把 Other Java Proposals 选项打上勾就可以了
4、Window->Preference->General->Start up and Shutdown,把“Prompt for workspace on startup”选中,退出Eclipse,再重新进入新建一个Workspace,然后将原来Workspace下的所有工程文件import进来,在import的时候,记得选中”Copy projects into workspace”,然后就OK了。

http://jingyan.baidu.com/article/db55b60990f6084ba30a2fb8.html