struct LSP::CreateFile

Overview

Create file operation

Included Modules

Defined in:

lsp/file_resource_changes.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def annotation_id : ChangeAnnotationIdentifier | Nil #

[View source]
def annotation_id=(annotation_id : ChangeAnnotationIdentifier | Nil) #

[View source]
def kind : String #

[View source]
def options : CreateFileOptions | Nil #

An optional annotation identifier describing the operation.


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

An optional annotation identifier describing the operation.


[View source]
def uri : String #

The resource to create.


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

The resource to create.


[View source]