View source
class ShowDocumentRequest
package languageServerProtocol.protocol
import languageServerProtocol.protocol.ShowDocument
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.
Available since
3.16.0
.