gpt4 book ai didi

java - Eclipse - 不要自动添加括号

转载 作者:行者123 更新时间:2023-12-01 09:48:56 25 4
gpt4 key购买 nike

我们在 Eclipse 中的所有项目中为所有开发人员使用共享的 Java - Code Style - FormatterCheckstyle 和其他一些设置,这非常棒。
然而,我对其中一项设置感到恼火,想要更改它,但我不知道该设置在哪里。

目前正在更改如下内容:

if (something > 0 || something <= x) {
...
}

自动到此:

if ((something > 0) || (something <= x)) {
...
}

有谁知道我可以在 Eclipse 中的哪里更改此设置,以便它保留第一个(或者更好,将后者更改为第一个)?

最佳答案

enter image description here

您可以使用“首选项”-->“Java”-->“编辑器”-->“保存操作”-->“代码样式”来设置此设置。取消选择“在表达式中使用括号”。它会解决你的问题。

关于java - Eclipse - 不要自动添加括号,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37748111/

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