Little idea for the Intellij plugin: Moving a piec...
# arrow
d
Little idea for the Intellij plugin: Moving a piece of code in/out of a parZip...
Say:
Copy code
val foo = parZip(
   { ... },
   { ... }, // this I just want to inline in the result
) { bar1, bar2, // bar2 should be inlined
   Baz(bar1, /* here the content of the inline, instead of bar2 */)
}
Also the reverse, if I'd select something in the last lambda, I'd like it to be added to be run in parallel...
e
what's the question?
d
There's an intellij plugin for arrow, it would be nice if it could do those refactorings...
a
could you maybe open an issue/discussion there?