Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/ddc_vim/types.ts>BaseSource#getCompletePosition

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

Parameters

_denops: Denops
context: Context
_options: SourceOptions
_params: Record<string, unknown>

Returns

Promise<number>