在 Eclipse 中格式化块注释时,如何禁用在新行开头插入“*”?

问题描述

原文:

/* NOT THESE
private String deathPlace;
private String birthPlace;  
private LocalDate birthDate;    
private String notes;
*/

不需要的结果:

/*
* NOT THESE private String deathPlace; private String birthPlace; private
* LocalDate birthDate; private String notes;
*/

有没有办法在新行的开头禁用“*”?我猜它是 javadoc 标准的东西,但是当我想取消注释时它会很烦人。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)