langoustine.lsp.structures$.ShowDocumentParams
See theShowDocumentParams companion object
Params to show a document.
Value parameters
- external
-
Indicates to show the resource in an external program. To show for example
https://code.visualstudio.com/in the default WEB browser setexternaltotrue. - selection
-
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.
- takeFocus
-
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.
- uri
-
The document uri to show.
Attributes
- Since
-
3.16.0
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article