Skip to main content
Module

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

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

Contains additional information about the context in which a completion request is triggered.

Properties

How the completion was triggered.

optional
triggerCharacter: string

The trigger character (a single character) that has trigger code complete. Is undefined if triggerKind !== CompletionTriggerKind.TriggerCharacter