gpt4 book ai didi

intellij-idea - Intellij IDEA : can I configure code style to put dot operator on previous line?

转载 作者:行者123 更新时间:2023-12-01 12:34:12 26 4
gpt4 key购买 nike

我正在使用 Intellij IDEA 14.1.4,格式化纯 Java 代码。

IDEA 这样做:

  super.getFoo()
.foo()
.getBar()
.bar();

我希望它这样做:

super.getFoo().
foo().
getBar().
bar();

有人知道如何告诉它这样做吗?

最佳答案

没有设置可以做到这一点。但是有一个添加这个的功能请求:IDEA-123881 Code Formatting: method chain wrapping - Java configure position of dot operator我建议您投票并观看。

关于intellij-idea - Intellij IDEA : can I configure code style to put dot operator on previous line?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31063101/

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