やり方
- Xcode > Settings > Text Editing
Automatically reformat when completion code
にチェックを入れる - Editor > Structure
Reformat code at column
を実行
ショートカットはcontrol + option + I
対象のコードを選択しないと実行されないかも、その場合は 全選択command + A
と組み合わせて使えますね!
参考
Added the “Reformat to Width” command to the Editor > Structure menu. This command splits long lines containing member access and function call expressions onto multiple lines. The target width is given with the “Reformat code at column” setting on the Editing tab of Xcode > Settings > Text Editing. Reformatting can happen automatically when using code completion by checking the “Automatically reformat when completion code” checkbox. The editor can visually show column by checking the “Show reformatting guide”, which was formerly called the “Page Guide”. The target width can also be set using the max_line_length EditorConfig setting. (94577507) (FB10083417)
雑記
長い行(メンバアクセスや関数呼び出し式を含む長い行)
Xcode16アプデの同じ並びにある editorconfigの方が目玉感あるのですが、
個人的には本内容も十分有り難い機能でしたので紹介させていただきました。
徐々に使い勝手がよくなっていってる印象です。
Xcodeのアップデート情報はウォッチしていきたいですね。