Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ddc_vim/types.ts>BaseSource#gatherCandidates

Dark deno-powered completion framework for neovim/Vim8
Go to Latest
method BaseSource.prototype.gatherCandidates
import { BaseSource } from "https://deno.land/x/ddc_vim@v0.0.8/types.ts";

Parameters

denops: Denops
context: Context
options: DdcOptions
sourceOptions: SourceOptions
sourceParams: Record<string, unknown>
completeStr: string

Returns

Promise<Candidate[]>