gpt4 book ai didi

objective-c - 重新格式化以在新行中包含方法参数

转载 作者:行者123 更新时间:2023-12-04 22:21:46 24 4
gpt4 key购买 nike

Code->Style->Objective-C的首选项里有这么多设置。我正在寻找合适的人来重新格式化这行代码

SCPropertyDefinition *test = [SCPropertyDefinition definitionWithName:@"created_at" title:@"Tweeted At" type:SCPropertyTypeLabel];

到这种格式
SCPropertyDefinition *test = [SCPropertyDefinition definitionWithName:@"created_at" 
title:@"Tweeted At"
type:SCPropertyTypeLabel];

(重点是让冒号缩进匹配)

我想它应该在 Wrapping and Braces 选项卡中,但我还没有找到正确的设置。
谢谢你的想法。

最佳答案

您正在寻找的设置是 Wrapping and Braces | Method call arguments 设置为 Chop down if long 并启用 Align by colon 。请注意, Method parameters 有单独的设置。

关于objective-c - 重新格式化以在新行中包含方法参数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16289384/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com