struct

LSP::CreateFile

Inherits JSON::Serializable < Struct < Value < Object

Create file operation

Constructors

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

Instance methods

annotation_id

An optional annotation identifier describing the operation.

Source
annotation_id=(annotation_id : ChangeAnnotationIdentifier | Nil)

An optional annotation identifier describing the operation.

Source
kind
Source
options

An optional annotation identifier describing the operation.

Source
options=(options : CreateFileOptions | Nil)

An optional annotation identifier describing the operation.

Source
uri

The resource to create.

Source
uri=(uri : String)

The resource to create.

Source