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

x/ddc_vim/ddc.ts>Ddc#filterItems

Dark deno-powered completion framework for neovim/Vim8
Go to Latest
method Ddc.prototype.filterItems
import { Ddc } from "https://deno.land/x/ddc_vim@v3.9.1/ddc.ts";

Parameters

denops: Denops
context: Context
onCallback: OnCallback
options: DdcOptions
sourceOptions: SourceOptions
completeStr: string
cdd: Item[]

Returns

Promise<Item[]>