Nick
08/26/2021, 3:48 PMromainguy
08/26/2021, 3:54 PMColton Idle
08/26/2021, 4:09 PMFudge
08/26/2021, 4:18 PMromainguy
08/26/2021, 4:20 PMFudge
08/26/2021, 4:26 PMval x =
longFunctionCall(a,b,c) //what the hell
Colton Idle
08/26/2021, 4:29 PMNick
08/26/2021, 5:00 PMText(
text = "element 1",
softWrap = false
)
Text(
softWrap = false,
text = "element 2"
)
option + shift + L won’t reorder the params here. I have to reorder the params manually, then I can bulk edit them.… For everything that’s a function parameter you should just keep them in the order they are declared in the functionsThis is a manual process, and a lot of times I can’t remember the order without a “cmd + p”.
Colton Idle
08/26/2021, 6:55 PMNick
08/26/2021, 7:07 PM