CompletionSetting 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.
See the Language Server Protocol specification for additional information.
public ref class CompletionSetting : Microsoft::VisualStudio::LanguageServer::Protocol::DynamicRegistrationSetting
[System.Runtime.Serialization.DataContract]
public class CompletionSetting : Microsoft.VisualStudio.LanguageServer.Protocol.DynamicRegistrationSetting
[<System.Runtime.Serialization.DataContract>]
type CompletionSetting = class
inherit DynamicRegistrationSetting
Public Class CompletionSetting
Inherits DynamicRegistrationSetting
- Inheritance
- Attributes
Constructors
CompletionSetting() |
Properties
CompletionItem |
Gets or sets completion item setting. |
CompletionItemKind |
Gets or sets CompletionItemKind specific settings. |
CompletionListSetting |
Gets or sets a value indicating whether the client supports capabilities on the completion list |
ContextSupport |
Gets or sets a value indicating whether the client supports sending additional context. |
DynamicRegistration |
Gets or sets a value indicating whether setting can be dynamically registered. (Inherited from DynamicRegistrationSetting) |