CompletionItemKindSetting 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 the initialization setting for completion item kind
See the Language Server Protocol specification for additional information.
public ref class CompletionItemKindSetting
[System.Runtime.Serialization.DataContract]
public class CompletionItemKindSetting
[<System.Runtime.Serialization.DataContract>]
type CompletionItemKindSetting = class
Public Class CompletionItemKindSetting
- Inheritance
-
CompletionItemKindSetting
- Attributes
Constructors
CompletionItemKindSetting() |
Properties
ValueSet |
Gets or sets the CompletionItemKind values that the client supports. |