class LSP::DidChangeNotification
- LSP::DidChangeNotification
- LSP::NotificationMessage
- Reference
- Object
Overview
The document change notification is sent from the client to the server to signal changes to a text document. Before a client can change a text document it must claim ownership of its content using the textDocument/didOpen notification. In 2.0 the shape of the params has changed to include proper version numbers and language ids.
Included Modules
Defined in:
notifications/text_synchronization/did_change.crConstructors
-
.new(pull : JSON::PullParser)
The document change notification is sent from the client to the server to signal changes to a text document.
- .new(**args)
Instance Method Summary
Instance methods inherited from class LSP::NotificationMessage
method : String
method,
method=(method : String)
method=
Constructor methods inherited from class LSP::NotificationMessage
new(pull : JSON::PullParser)new(**args) new
Constructor Detail
The document change notification is sent from the client to the server to signal changes to a text document. Before a client can change a text document it must claim ownership of its content using the textDocument/didOpen notification. In 2.0 the shape of the params has changed to include proper version numbers and language ids.