2

IntelliJにマージンでscaladocをラップさせる方法はありますか?

基本的に、私はこれが欲しいです:

/**
 * This is a method description that is long enough to exceed right margin.
 * <p/>
 * Another paragraph of the description placed after blank line.
 * <p/>
 * Line with manual
 * line feed.

これにフォーマットされます:

/**
 * This is a method description that is long
 * enough to exceed right margin.
 * <p/>
 * Another paragraph of the description
 * placed after blank line.
 * <p/>
 * Line with manual line feed.
 *

...行の長さがここで終了するように設定されている場合:

                                          ^
4

1 に答える 1

3

そのための専用の設定があります- '右マージンを超えないようにしてください'

于 2011-05-06T19:38:43.340 に答える