struct LSP::Protocol::DocumentFormattingParams

Defined in:

lsp/protocol/document_formatting_params.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def options : FormattingOptions #

[View source]
def options=(_options : FormattingOptions) #

[View source]
def text_document : TextDocumentIdentifier #

[View source]
def text_document=(_text_document : TextDocumentIdentifier) #

[View source]
def to_json(json : JSON::Builder) #

[View source]