struct LSP::AnnotatedTextEdit

Overview

A special text edit with an additional change annotation.

Included Modules

Defined in:

lsp/text_edit.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def annotation_id : String #

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

[View source]
def new_text : String #

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

[View source]
def range : Range #

[View source]
def range=(range : Range) #

[View source]