Skip to content

completeFromList

completeFromList(options): CompletionSource<{ path: null | string[]; }>

Defined in: extensions/autocomplete/utils.ts:37

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: null | string[]; }>