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.
Parameters
Section titled “Parameters”options
Section titled “options”Options to complete.
Returns
Section titled “Returns”CompletionSource
<{ path
: null
| string
[]; }>