Share via


SemanticTokensSetting.MultilineTokenSupport Property

Definition

Gets or sets a value indicating whether the client supports tokens that can span multiple lines.

public:
 property bool MultilineTokenSupport { bool get(); void set(bool value); };
[Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore)]
[System.Runtime.Serialization.DataMember(Name="multilineTokenSupport")]
public bool MultilineTokenSupport { get; set; }
[<Newtonsoft.Json.JsonProperty(DefaultValueHandling=Newtonsoft.Json.DefaultValueHandling.Ignore)>]
[<System.Runtime.Serialization.DataMember(Name="multilineTokenSupport")>]
member this.MultilineTokenSupport : bool with get, set
Public Property MultilineTokenSupport As Boolean

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute DataMemberAttribute

Applies to