6.5版本用 ALT+/ 不起作用 解决办法
我用的myeclipse5.5 对于System.out.println(); 这个东西我都是syso然后ALT+/会出现System.out.println();,MyEclipse6.5却无任何提示
解决方案:选择MyEclipse6.5菜单栏中的 Window - Preferences -->General --> Keys 内找:
1、把Content Assist的快捷键由ctrl+space改成alt+/。
2、把word completion的快捷键由alt+/设置成其他的不冲突的快捷键即可。
3、点击Ok就可以了。
MyEclipse 6.6,代码提示解决办法
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 选项打上勾就可以了。