1.开打点击Windows选择Prederences选项卡

eclipse 设置文本模板-LMLPHP

2.弹出窗口,选择Java选项卡下的Code Style选项卡

eclipse 设置文本模板-LMLPHP

3.选择Code Templates选项卡 打开Code选择,选择New Java files

eclipse 设置文本模板-LMLPHP

4.点击Edit...

  弹出新窗口,在

    ${filecomment}
    ${package_declaration}

  与

    ${typecomment}
    ${type_declaration}

  之间编写你要显示的文本模板

insert variable... 函数详解:http://www.cnblogs.com/lsy131479/p/8487171.html

  eclipse 设置文本模板-LMLPHP

5.编写完毕后,一路点OK就可以了

6.效果图:

eclipse 设置文本模板-LMLPHP

创建java文件后自动生成 !!!

注:MyEclipse大同小异

(C) 房上的猫 。 保留所有权利。
 https://www.cnblogs.com/lsy131479/

如需转载,请注明出处!!!

05-11 17:28