2019独角兽企业重金招聘Python工程师标准>>> 
不是说按了代码提示不出提示框,而是出了提示框后里边没有提示的内容 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 选项打上勾就可以了。 另外,更改提示快捷键: 1.选择MyEclipse菜单栏中的Window->preferences->General->keys; 2.找到Content Assist后,在Binding中输入ctrl+. 3.然后把跟刚才设置的快捷键冲突的名字删除,比如word completion,或者是Next,或者是选择Content Assist,再看右下角的Conflicts:中的名字,有冲突会列出来