gpt4 book ai didi

java - Eclipse Java Formatter - 右括号前的换行符

转载 作者:塔克拉玛干 更新时间:2023-11-02 08:40:06 24 4
gpt4 key购买 nike

是否可以将 Eclipse Java Formatter 配置为在表达式、方法声明和方法调用的右括号之前插入换行符?

请注意下面标有“XX”的行中所需的行为。

=方法声明=

private static void fun1(
int param1,
String param2
){ // XX - notice this is on a new line

}

=方法调用=

fun1(
1,
"param2"
); // XX

=表达式=

int a = (
(
(
1 + 2
)*23 // XX
) - 4 // XX
); // XX

最佳答案

第一个允许这样做的 Eclipse Integration Build 是:Eclipse Neon 4.6 M7 Build id:I20160427-2000

要在新行上获得右括号,请更改选项

"Windows"-> "Preferences"-> "Java"-> "Code Style"-> "Formatter"-> "Edit..."-> "Parentheses"-> "Parentheses Positions"-> "Method声明”

“非空则分行”

这将使示例“方法声明”和“方法调用”起作用。

我不确定“表达式”示例是否可以正常工作。

关于java - Eclipse Java Formatter - 右括号前的换行符,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34728364/

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