eclipse 快速添加注释时指定作者名

这个用的工具是eclipse

安装好后首先找到eclipse.ini文件,这个文件一般都是和exe文件同级。

eclipse 快速添加注释时指定作者名_第1张图片

打开编辑最后添加一句:

-Duser.name=Jason

这个Jason 就是我的英文名称。

eclipse.ini这个文件的全部内容如下(我有修改其他的参数): 

-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20140116-2212
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
256M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
--launcher.appendVmargs
-vmargs
-Dosgi.requiredJavaVersion=1.6
-Xms512m
-Xmx1024m
-XX:MaxPermSize=1024m
-Duser.name=Jason

修改好后保存,(如果打开了)最好重新启动一下eclipse毕竟要加载编辑的文件

写一个方法按住Shitf + Alt   J  快速生成注释效果如下:

eclipse 快速添加注释时指定作者名_第2张图片

 

 

你可能感兴趣的:(eclipse)