CompletionItemSetting 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 which represents initialization setting for completion item.
See the Language Server Protocol specification for additional information.
public ref class CompletionItemSetting
[System.Runtime.Serialization.DataContract]
public class CompletionItemSetting
[<System.Runtime.Serialization.DataContract>]
type CompletionItemSetting = class
Public Class CompletionItemSetting
- Inheritance
-
CompletionItemSetting
- Attributes
Constructors
CompletionItemSetting() |
Properties
CommitCharactersSupport |
Gets or sets a value indicating whether the client supports commit characters. |
DocumentationFormat |
Gets or sets the content formats supported for documentation. |
SnippetSupport |
Gets or sets a value indicating whether completion items can contain snippets. |