struct

LSP::Message::DidChange

Inherits JSON::Serializable < Struct < Value < Object

The document change notification is sent from the client to the server to signal changes to a text document. In 2.0 the shape of the params has changed to include proper version numbers and language ids.

Constructors

new(pull : JSON::PullParser)
new(params : LSP::Message::DidChange::Params = Params.new)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)

Class methods

method
Source

Instance methods

jsonrpc
jsonrpc=(jsonrpc : String)
method
method=(method : String)
params
params=(params : Params)

Nested types