class LSProtocol::DocumentOnTypeFormattingOptions
- LSProtocol::DocumentOnTypeFormattingOptions
- Reference
- Object
Overview
Provider options for a DocumentOnTypeFormattingRequest
.
Included Modules
- JSON::Serializable
Defined in:
lsprotocol/types.crConstructors
- .new(pull : JSON::PullParser)
- .new(first_trigger_character : String | Nil, more_trigger_character : Array(String) | Nil = nil)
Instance Method Summary
-
#first_trigger_character : String
A character on which formatting should be triggered, like
{
. -
#more_trigger_character : Array(String) | Nil
More trigger characters.
Constructor Detail
def self.new(first_trigger_character : String | Nil, more_trigger_character : Array(String) | Nil = nil)
#