completeFromList
completeFromList(
options):CompletionSource<{path:string[] |null; }>
Defined in: extensions/autocomplete/utils.ts:38
Completion source that returns a list of options if path property of the context
is present and only contains a single string.
Parameters
Section titled “Parameters”options
Section titled “options”Options to complete.
Returns
Section titled “Returns”CompletionSource<{ path: string[] | null; }>