struct LSP::DocumentFormattingParams

Included Modules

Defined in:

requests/language_features/formatting.cr

Constructors

Instance Method Summary

Instance methods inherited from module LSP::WorkDoneProgressParams

work_done_token : ProgressToken? work_done_token, work_done_token=(work_done_token : ProgressToken?) work_done_token=

Constructor Detail

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

def self.new(**args) #

Instance Method Detail

def options : FormattingOptions #

The format options.


def options=(options : FormattingOptions) #

The format options.


def text_document : TextDocumentIdentifier #

def text_document=(text_document : TextDocumentIdentifier) #