2011-08-22window->Preferences->Java->Editor->ContentAssist->Advanced 上面的选项卡Select the proposal kindscontained in the 'default' content assist list: 中把 Java Proposals勾上
apply
OK
就可以使用了!
******************
为什么MyEclipse没有自动提示(我来告诉你)
2008-11-06 17:24:49没有提示,就是说明你在设置上没有设置好。开始我的只是在普通的java文件里有提示,而到了Servlet中就没有了提示,经过一番查找,终于找到原因了,让我们把这宝贵的经验留下来吧。
1、菜单window->Preferences->Java->Editor->ContentAssist->Enableauto activation 选项要打上勾 2、windows-->preference-->workbench-->keys下设置Content Assist 的快捷键 3、window->Preferences->Java->Editor->ContentAssist->Advanced上面的选项卡Select the proposal kinds contained in the'default' contentassist list: 中把 Other Java Proposals选项打上勾就可以了。
**--*************
1. 打开MyEclipse 6.0.1,然后“window”→“Preferences” 2. 选择“java”,展开,“Editor”,选择“Content Assist”。 3. 选择“Content Assist”,然后看到右边,右边的“Auto-Activation”下面的“Auto Activation triggers for java”这个选项。其实就是指触发代码提示的就是“.”这个符号。