Skip to main content
Module

x/pbkit/language-server/lsp.ts>CompletionParams

Protobuf toolkit for modern web development
Latest
interface CompletionParams
implements TextDocumentPositionParams, WorkDoneProgressParams, PartialResultParams
import { type CompletionParams } from "https://deno.land/x/pbkit@v0.0.70/language-server/lsp.ts";

Properties

optional
context: CompletionContext

The completion context. This is only available if the client specifies to send this using the client capability completion.contextSupport === true