AppCode链接调用缩进?

时间:2016-07-28 17:52:42

标签: intellij-idea appcode

有没有办法让AppCode缩进链接的电话?例如,它目前格式化;

Test.writeString("test", value: "Test")
.then {
    print("1")
}
.always {
    print("1")
}

我希望它格式化为;

Test.writeString("test", value: "Test")
    .then {
        print("1")
    }
    .always {
        print("1")
    }

1 个答案:

答案 0 :(得分:0)

当前版本尚未实现

This feature。我们计划将其添加到计划在今年年底的AppCode 2016.3中。