当前位置: 代码迷 >> Eclipse >> myeclipse alt+/ 失灵及自动提示配置
  详细解决方案

myeclipse alt+/ 失灵及自动提示配置

热度:537   发布时间:2016-04-23 01:01:49.0
myeclipse alt+/ 失效及自动提示配置

http://blog.csdn.net/huang9012/article/details/6843905

?

java ? .@$_abcdefghijklmnopqrstuvwxyz(,#

js ??.$_abcdefghijklmnopqrstuvwxyz(,

?

新安装了myeclipse后原Eclipse代码提示[Alt+/]可能会失效.

可通过以下方法来恢复

1、启动MyEclipse 选择菜单栏 Windows ->Preperences ->General ->keys

2、把word completion 的快捷键设置alt+/删掉!//如果这里不删除的话,你就算设置了也没用的.

3、把Content Assist 的快捷键 改成alt+/

?

?

附:

???? 如果还是不提示有可能是提示功能被关了.
???? 如下做
? ? ??? 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

  相关解决方案