window(视窗)→preferences(偏好)→General(常规)→Appearance(外观)→Colors and Fonts(颜色和字体)→Basic(基础)→Text Font(文本字体)→选择合适的大小(小三)
参考博文:https:///liu_sisi/article/details/86552301
手动提示快捷键(Alt + /)
window(视窗)→preferences(偏好)→Java→Editor(编辑)→Content Assist(代码提示)→
window(视窗)→preferences(偏好)→Java→Code Style(代码风格)→Code Templates(代码模板)→Comments(注解)
【提示】:如下是我自己的风格,仅供参考。
Files
/**
* <p>Title:${file_name}</p>
* <p>Description:</p>
* @author PZQ
* @date ${date}
* @version 1.0
*/
Types
/**
* <p>Title:${file_name}</p>
* <p>Description:</p>
* @author PZQ
* @date ${date}
*/
Fields
/**
* @Fields ${field} : ${todo}
*/
Construction
/**
* <p>Title:</p>
* <p>Description:</p>
* ${tags}
*/
Methods
/**
* @methodName:${enclosing_method}
* @Description:
* ${tags}
*/
因篇幅问题不能全部显示,请点此查看更多更全内容