struct LSP::DidSaveTextDocumentParams
- LSP::DidSaveTextDocumentParams
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
- LSP::Initializer
Defined in:
notifications/text_synchronization/did_save.crConstructors
Instance Method Summary
-
#text : String | Nil
Optional, the content when saved.
-
#text=(text : String | Nil)
Optional, the content when saved.
- #text_document : TextDocumentIdentifier
- #text_document=(text_document : TextDocumentIdentifier)
Constructor Detail
Instance Method Detail
def text : String | Nil
#
Optional, the content when saved. Depends on the includeText value when the save notification was requested.
def text=(text : String | Nil)
#
Optional, the content when saved. Depends on the includeText value when the save notification was requested.