Share via


DocumentOnTypeFormattingOptions Class

Definition

Class representing the options for on type formatting.

See the Language Server Protocol specification for additional information.

public ref class DocumentOnTypeFormattingOptions
[System.Runtime.Serialization.DataContract]
public class DocumentOnTypeFormattingOptions
[<System.Runtime.Serialization.DataContract>]
type DocumentOnTypeFormattingOptions = class
Public Class DocumentOnTypeFormattingOptions
Inheritance
DocumentOnTypeFormattingOptions
Attributes

Constructors

Name Description
DocumentOnTypeFormattingOptions()

Properties

Name Description
FirstTriggerCharacter

Gets or sets the first trigger character.

MoreTriggerCharacter

Gets or sets additional trigger characters.

Applies to