原因:myeclipse 6把alt+/分配給了單詞提示,還有代碼提示的快捷代碼也不是alt+/,因此要恢復(fù)代碼提示用alt+/.需要做兩件事.

1,windows-->preference-->general-->keys 下設(shè)置Content    Assist    的快捷鍵
2,windows-->preference-->workbench-->keys 下設(shè)置wordcomletion 的快捷鍵 改成其它的.

如果還是不提示有可能是提示功能被關(guān)了.
如下做
    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 選項打上勾就可以了。



 
 
Sun_Java_XuJian