如果我有这样的代码块:
/**
* function description text here
* with
* other
* stuff
* on
* multiple
* lines
*/
function somefunction() ...
悬停函数的函数描述将显示中间有空格的行,例如:
function description here
with
other
...
如何自定义 Eclipse 函数注释块解析器以使其没有多余的空间?当然,我也想定制它来做其他事情,但这似乎是一个不错的起点。