CompletionContext Class

Definition

Class representing additional information about the content in which a completion request is triggered.

See the Language Server Protocol specification for additional information.

public ref class CompletionContext
[System.Runtime.Serialization.DataContract]
public class CompletionContext
[<System.Runtime.Serialization.DataContract>]
type CompletionContext = class
Public Class CompletionContext
Inheritance
CompletionContext
Attributes

Constructors

CompletionContext()

Properties

TriggerCharacter

Gets or sets the character that triggered code completion.

TriggerKind

Gets or sets the CompletionTriggerKind indicating how the completion was triggered.

Applies to