myeclipse问题设置

1:myeclipse不能自动提示 

找了好久最后终于找到了,设置的方法如下
window->Preferences->Java->Editor->Content Assist->Advanced   
上面的选项卡Select the proposal kinds contained in the 'default' content assist list:
中把 Other Java Proposals,Template Proposals,Type Proposals 选项打上勾就可以了。

2:myeclipse的注释摸版

通过菜单 Window->Preference 打开参数设置面板,然后选择:
1.Java -> Code Style -> Code     Templates
2.在右侧选择Comments,将其中的Files项,然后选右边的"Edit",进入编辑模式:
3.进入编辑模式后就可以自定义注释了。另外可以插入一些变量,如年、日期等等。

  /**
 * @author 作者姓名:  E-mail:[email protected]
 * @version 创建时间:${date},${time}
 * 类说明
 */

4.最后,确保 Code -> New Java files 中有:"${filecomment}"

你可能感兴趣的:(myeclipse问题设置)