如果我有这样的代码块:
/**
* function description text here
* with
* other
* stuff
* on
* multiple
* lines
*/
function somefunction() ...
悬停函数的函数说明将显示中间有空格的行,例如:
function description here
with
other
...
如何自定义Eclipse函数注释块解析器以使其没有多余空间?当然,我也想定制它做其他事情,但这似乎是一个好的起点。
答案 0 :(得分:2)
尝试并从以下菜单进行更改:
窗口>首选项> Java>代码样式>格式化程序>编辑>评论标签>常规设置