Formatting methods called by dot
Which options should i turn on to do this:
i have this code
float f
= body.
getWorldCenter().
x;
then i select it and press Ctrl+Alt + L and want to see next
float f = body.getWorldCenter().x;
but i only can see this:
float f = body.
getWorldCenter().
x;
I try to turn off all options from code formatter options(i mean keep when reformating), but in this case format work wrong
请先登录再写评论。
Hi Dmitry,
It's not possible to that at the moment. Feel free to track the progress of IDEA-65771.
Denis