使用 Eclipse 格式化数组初始值设定项
有什么方法可以指示 Eclipse 的格式化程序将数组初始值设定项中的每个值放在新行上吗?
Is there any way I can instruct Eclipse's formatter to put each value in an array initializer on a new line?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你可以这样做:
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"
转到 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.