class LSProtocol::DocumentOnTypeFormattingOptions

Overview

Provider options for a DocumentOnTypeFormattingRequest.

Included Modules

Defined in:

lsprotocol/types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(first_trigger_character : String | Nil, more_trigger_character : Array(String) | Nil = nil) #

[View source]

Instance Method Detail

def first_trigger_character : String #

[View source]
def more_trigger_character : Array(String) | Nil #

[View source]