eclipse 快速添加註釋時指定作者名
阿新 • • 發佈:2018-12-15
這個用的工具是eclipse
安裝好後首先找到eclipse.ini檔案,這個檔案一般都是和exe檔案同級。
開啟編輯最後新增一句:
-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 快速生成註釋效果如下: