struct LSP::ChangeAnnotation

Overview

Additional information that describes document changes.

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 description : String #

A human-readable string which is rendered less prominent in the user interface.


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

A human-readable string which is rendered less prominent in the user interface.


[View source]
def label : String #

A human-readable string describing the actual change. The string is rendered prominent in the user interface.


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

A human-readable string describing the actual change. The string is rendered prominent in the user interface.


[View source]
def needs_confirmation : Bool | Nil #

[View source]
def needs_confirmation=(needs_confirmation : Bool | Nil) #

[View source]