SignatureHelpTriggerKind Enum

Definition

Enum which represents the various ways in which completion can be triggered.

See the Language Server Protocol specification for additional information.

public enum class SignatureHelpTriggerKind
[System.Runtime.Serialization.DataContract]
public enum SignatureHelpTriggerKind
[<System.Runtime.Serialization.DataContract>]
type SignatureHelpTriggerKind = 
Public Enum SignatureHelpTriggerKind
Inheritance
SignatureHelpTriggerKind
Attributes

Fields

ContentChange 3

Signature help was triggered by the cursor moving or by the document content changing.

Invoked 1

Signature help was invoked manually by the user or a command.

TriggerCharacter 2

Signature help was triggered by a trigger character.

Applies to