LSP::ShowDocumentParams
Inherits JSON::Serializable < Struct < Value < Object
Params to show a document.
Constructors
Instance methods
Indicates to show the resource in an external program.
To show for example https://code.visualstudio.com/
in the default WEB browser set external to true.
Indicates to show the resource in an external program.
To show for example https://code.visualstudio.com/
in the default WEB browser set external to true.
An optional selection range if the document is a text document. Clients might ignore the property if an external program is started or the file is not a text file.
An optional selection range if the document is a text document. Clients might ignore the property if an external program is started or the file is not a text file.
An optional property to indicate whether the editor showing the document should take focus or not. Clients might ignore this property if an external program is started.
An optional property to indicate whether the editor showing the document should take focus or not. Clients might ignore this property if an external program is started.