Replies: 2 comments 1 reply
-
|
I've been thinking about it. Yes it possible to manually split nodes and create Remind that The only thing seems possible to improve: if the head node is two-ways block with |
Beta Was this translation helpful? Give feedback.
-
|
Inline's node splitting is implemented in 128f397 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm always frustrated when I cannot extract obviously inlined function because some manipulations on its arguments just merge with the first node of it (and/or with the last node also). If it will be possible to split an existing node into several sequential nodes then the feature of inlined functions extraction will be much more useful - I can extract this merged parts, select only inlined function content and produce it.
Also splitting to produce an empty node at the end or the beginning of some node will be nice: I found out that if I have an inlined function nodes that flow into the same after-function node but on two different paths (so effectively the flow converges) plugin cannot extract it as an inlined function. An empty node extraction from this converging node will solve the problem (presumably it can help with folding too).
Beta Was this translation helpful? Give feedback.
All reactions