braintripping/magic-tree

Autocomplete

Opened this issue · 0 comments

Whilst typing, it is burdensome to remember+type names that are defined.

Expose a list of symbols/keywords used in the current tree, for use in autocomplete.

(maybe crawl up from a given cursor position and collect/prioritize local bindings symbols)

(cross-cutting concern: for a complete suggestions list, we also must interrogate the evaluation environment, which is not in the scope of magic-tree)