enso-org / enso

Hybrid visual and textual functional programming.
https://ensoanalytics.com
Apache License 2.0
7.36k stars 323 forks source link

Adding a collapsed function from the CB improvements #11347

Open AdRiley opened 1 week ago

AdRiley commented 1 week ago

If I add a collapsed function from the CB it needs to

image image

But expected is missing parameter names

farmaazon commented 1 week ago

The missing parameter names should be taken from MethodCall. The question is if we receive MethodCall in unprefixed call?

farmaazon commented 1 week ago

Refinement notes: