2
如果我有這樣的代碼塊:如何定製Eclipse功能註釋塊解析?
/**
* function description text here
* with
* other
* stuff
* on
* multiple
* lines
*/
function somefunction() ...
上懸停功能將顯示線,中間用空格隔開,如功能描述:
function description here
with
other
...
我如何可以自定義Eclipse的功能註釋塊解析器,使它沒有額外的空間?當然,我也想定製它做其他事情,但這似乎是一個很好的開始。