使用 Eclipse 格式化数组初始值设定项

发布于 2024-10-30 07:24:58 字数 52 浏览 0 评论 0原文

有什么方法可以指示 Eclipse 的格式化程序将数组初始值设定项中的每个值放在新行上吗?

Is there any way I can instruct Eclipse's formatter to put each value in an array initializer on a new line?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

物价感观 2024-11-06 07:24:58

你可以这样做:
windows/preferences/java/code style/formatter,然后在选定的活动配置文件附近单击编辑,

然后在“换行”选项卡上

选择“表达式”->“数组初始值设定项”,

在列表下选择“换行所有元素,每个元素一条新线”

You can do it this way:
windows/preferences/java/code style/formatter, then near the selected active profile click edit

then on the "Line Wrapping" tab

Choose "Expressions"->"Array initializers"

Under The list choose "Wrap all elements, every element an a new line"

简单爱 2024-11-06 07:24:58

转到 windows/preferences/java/code style/formatter,然后在选定的活动配置文件附近单击编辑,然后在新行选项卡上有 2 个选项。

Go to windows/preferences/java/code style/formatter, then near the selected active profile click edit, then on the new lines tab there are 2 options for this.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文