struct LSP::Message::DidChange

Overview

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.

Included Modules

Defined in:

lsp/message.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

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

def self.new(params : LSP::Message::DidChange::Params = Params.new) #

[View source]

Class Method Detail

def self.method #

[View source]

Instance Method Detail

def jsonrpc : String #

def jsonrpc=(jsonrpc : String) #

def method : String #

def method=(method : String) #

def params : Params #

def params=(params : Params) #