CompletionItemSetting.SnippetSupport Property

Definition

Gets or sets a value indicating whether completion items can contain snippets.

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

Property Value

Attributes
DataMemberAttribute Newtonsoft.Json.JsonPropertyAttribute

Applies to