Fork me on GitHub
#editors
<
2015-06-18
>
stammi08:06:19

is there a convenient way to reorder function params in cursive's structural mode?

cfleming09:06:15

@stammi: There’s move form up/down, but it’s not a refactoring - it won’t affect the usages of the function

stammi10:06:54

@cfleming @danielcompton what I had in mind is the function call. E.g turn (str a "-" b) into (str b "-" a) without cut and paste.

cfleming10:06:43

@stammi: You can use move form up/down for that, it doesn’t require a refactoring

stammi10:06:01

Thanks @cfleming I will try that

stammi10:06:31

yep thats what I wanted