在Myeclipse中增强代码提示功能
1.修改热键
点击Windows->Preferences->General->Keys,找到word competion命令,把它的快捷键alt + / 改成其它的快捷键或
删除,再把content assist命令的快捷键由 ctrl + space 改成我们想的的 alt + / 即可。
http://blog.csdn.net/wclxyn/article/details/7003792
http://hi.baidu.com/niuin/blog/item/217ad15c74f38f44faf2c047.html
http://hi.baidu.com/362217990/blog/item/e499ee638c7447d4e7113ac3.html
2.无条件的提示
Windows->Preferences->Java->Editor->Content Assist
右侧最下方,Auto Activition->Auto Activition trigger for java的设置,
默认是点.
改为
.abcdefghijklmnopqrstuvwxyz(,
http://learning.iteye.com/blog/1290621