struct LSP::SaveOptions

Included Modules

Defined in:

lsp/protocol/save_options.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(include_text : Bool) #

[View source]

Instance Method Detail

def include_text=(include_text : Bool) #

The client is supposed to include the content on save.


[View source]
def include_text? : Bool #

The client is supposed to include the content on save.


[View source]