DocumentOnTypeFormattingRegistrationOptions 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 representing the options for registering textDocument/onTypeFormatting support.
public ref class DocumentOnTypeFormattingRegistrationOptions : Microsoft::VisualStudio::LanguageServer::Protocol::TextDocumentRegistrationOptions
[System.Runtime.Serialization.DataContract]
public class DocumentOnTypeFormattingRegistrationOptions : Microsoft.VisualStudio.LanguageServer.Protocol.TextDocumentRegistrationOptions
[<System.Runtime.Serialization.DataContract>]
type DocumentOnTypeFormattingRegistrationOptions = class
inherit TextDocumentRegistrationOptions
Public Class DocumentOnTypeFormattingRegistrationOptions
Inherits TextDocumentRegistrationOptions
- Inheritance
- Attributes
Constructors
DocumentOnTypeFormattingRegistrationOptions() |
Properties
DocumentSelector |
Gets or sets the document filters for this registration option. (Inherited from TextDocumentRegistrationOptions) |
FirstTriggerCharacter |
Gets or sets the trigger character that should trigger formatting. |
MoreTriggerCharacter |
Gets or sets additional trigger characters. |