Collected sources and patterns will appear here. Add from search or the patterns library.
(TemplateIdentifier, ArgumentName, ArgumentValue, ContextMap) -> List<Suggestion>
Provide contextual autocompletion suggestions for an input argument by resolving it against a map of previously specified peer argument values.
Problem it solves
Interactive arguments have dependent relationships (e.g. picking a framework depends on picking the language first), making static schema completions inadequate.
Consumes
Emits
The real projects this mechanism was found in. Attribution is the point — this is how the best teams actually do it.