CompletionContext Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |