eclipse不自动弹出提示的解决办法(eclipse alt+/快捷键失效)centos 6.7

  1、次方法用于没有一点提示的情况:依次打开eclipse上面的windows ——preferences ——java ——editor —— content assist ,在右上方有一行“select the proposal kinds contained in the 'default' content assist list” 下面,勾选Java Prolosals 复选框,保存退出即可。

  2、依次打开eclipse上面的windows ——preferences ——General —— Keys, 在Scheme的下面有一个搜索框,在搜索框里面输入“Content asist”(我的Eclipse在这个搜索框里不能输入,下面的按钮抢占了焦点,所以我选择了复制粘贴,注意搜索时注意大小写),选中“Content asist”这一项后,将Binding项改为“ALT+/”(按下“/”键即可更改),将When项选择成Editing Text即可;

 
如果alter + /不起作用可能是快捷键被占用了,或者设置的不是这个,lz第一次在centos下开eclipse遇到了这个问题,重点改第二个
原文地址:https://www.cnblogs.com/rocky-AGE-24/p/7098586.html