enso-org / enso

Hybrid visual and textual functional programming.
https://enso.org
Apache License 2.0
7.36k stars 324 forks source link

Provide information about argument names to the node editor #2333

Closed mwu-tow closed 2 years ago

mwu-tow commented 4 years ago

Summary

The span-tree on node's inputs should contain information about argument name if it's available:

Specification

Acceptance Criteria & Test Cases

The updated view, or logs in console if view will be not ready yet.

iamrecursion commented 4 years ago

The implementation of the engine's support for the searcher will provude the necessary information for this functionality to the IDE. As part of the searcher support, the IDE will receive (and get updates for) a database of hints.

This operates as follows:

To this end, the hints database should provide all the information necessary for the IDE to display argument names in the editor.