struct LSP::RenameFile

Overview

Rename 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 new_uri : String #

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

[View source]
def old_url : String #

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

[View source]
def options : RenameFileOptions | Nil #

Rename options.


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

Rename options.


[View source]