LSProtocol::ShowDocumentRequest
Inherits JSON::Serializable / Reference / Object
A request to show a document. This request might open an
external program depending on the value of the URI to open.
For example a request to open https://code.visualstudio.com/
will very likely open the URI in a WEB browser.
@since 3.16.0
Constructors
new(id : Int32 | String, params : ShowDocumentParams)
Sourcenew(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
jsonrpc
Sourceparams
Source