struct LSP::CreateFile

Included Modules

Defined in:

lsp/protocol/create_file.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(uri : String) #

[View source]

Instance Method Detail

def options : CreateFileOptions | Nil #

Additional options


[View source]
def options=(options : CreateFileOptions | Nil) #

Additional options


[View source]
def uri : String #

The resource to create.


[View source]
def uri=(uri : String) #

The resource to create.


[View source]