Wrapping chained method calls on a separate line in Intellij for Java

别来无恙 提交于 2019-12-03 23:23:13

Small disclaimer: this is IJ 14.4, it's possible that in later versions it may have been changed/renamed/etc, but it should be there somewhere nonetheless


Go to Settings -> Editor -> Code style -> Java and select the Wrapping and Braces tab, then scroll to Chained method calls. Check the little combo on the right of the item, default Do not wrap, and change it to Wrap always.

Depending on your prefference, you may want to also consider the next Align when multiline checkbox

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!