MyEclipse Content Assist

问题描述:
    在使用MyEclipse 6中不能使用 alt + / 快捷键进行快速提示。
原因分析:
    MyEclipse 6中把内容助手(content assist)的快捷键由 alt + / 改成了ctrl + space,这和切换输入法的快捷键冲突。 alt + / 快捷键被作为新的单词补全(word competion)功能的快捷键。
解决方法:
    方法1:
        点击Windows->Preferences->General->Keys,找到word competion命令,把它的快捷键alt + / 改成其它的快捷键或删除,再把content assist命令的快捷键由 ctrl + space 改成我们想的的 alt + / 即可。
    方法2:
        修改MyEclipse 6.5\eclipse下的eclipse.ini中的-Duser.language=en为-Duser.language=zh,重启myeclipse。

猜你喜欢

转载自wezly.iteye.com/blog/825158
今日推荐