gpt4 book ai didi

intellij-idea - 强制 IntelliJ 中的代码格式化程序加入行

转载 作者:行者123 更新时间:2023-12-04 10:32:23 25 4
gpt4 key购买 nike

我试图强制 IntelliJ 以 Eclipse 的方式重新格式化代码。
当我将线宽设置为例如120 个字符我希望 IDE 加入被分解为多行的行(例如,因为线宽设置为 80 个字符)。

我想从这里去:

int a = 1
+ 2;

到这里:
int a = 1 + 2

在 IntelliJ 中可能吗?我正在格式化程序中寻找适当的设置,但找不到它。谁能告诉我在哪里可以找到它?

最佳答案

如果我去,这在 Intellij 8 中对我有用:

File -> Settings -> Code Style -> Wrapping -> Binary operations -> set to: 'Wrap if long' or 'Do not wrap'

然后 CTRL-ALT-L 重新格式化代码

关于intellij-idea - 强制 IntelliJ 中的代码格式化程序加入行,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1867507/

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