Eclipse 自动补全快捷键(Alt+/)失效修复方法

使用Eclipse,输入sysout,使用快捷键Alt+/进行代码自动补齐突然没有反应,修复方法如下。

1.选择Eclipse菜单栏中的Window->preferences; 2.选择General->keys;
3.在右侧中间的窗体中点击word completion后再点击remove binding,在下方的binding中随便(例如"Alt+.")输入一个快捷键; 4.然后选择Content Assist点击Remove binding,在binding中输入Alt+/; 5.点击Ok就可以了。

转载于:http://6619.net/a/caozuoxitong/linux/2012/1213/9609.html

原文地址:https://www.cnblogs.com/shortboy/p/3008698.html