struct

LSP::DocumentFormattingParams

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

options

The format options.

Source
options=(options : FormattingOptions)

The format options.

Source
text_document

The document to format.

Source
text_document=(text_document : TextDocumentIdentifier)

The document to format.

Source