struct LSP::DidSaveTextDocumentParams
- LSP::DidSaveTextDocumentParams
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
lsp/document_sync/did_save_text_document.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.