Skip to content

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.

Completion[]

Options to complete.

CompletionSource<{ path: string[] | null; }>