struct LSP::DidOpenTextDocumentParams
- LSP::DidOpenTextDocumentParams
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
lsp/protocol/did_open_text_document_params.crConstructors
Instance Method Summary
-
#text_document : TextDocumentItem
The document that was opened.
-
#text_document=(text_document : TextDocumentItem)
The document that was opened.