class LSProtocol::TextDocumentContentRequest
- LSProtocol::TextDocumentContentRequest
- Reference
- Object
Overview
The workspace/textDocumentContent
request is sent from the client to the
server to request the content of a text document.
@since 3.18.0 @proposed
Included Modules
- JSON::Serializable
Defined in:
lsprotocol/types.crConstructors
Instance Method Summary
-
#id : Int32 | String
The request id.
- #jsonrpc : String
-
#method : String
The method to be invoked.
- #params : TextDocumentContentParams