window

langoustine.lsp.requests.window
object window

Attributes

Source
requests.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
window.type

Members list

Type members

Classlikes

object logMessage extends LSPNotification

The log message notification is sent from the server to the client to ask the client to log a particular message.

The log message notification is sent from the server to the client to ask the client to log a particular message.

Attributes

Source
requests.scala
Supertypes
class Object
trait Matchable
class Any
Self type
logMessage.type
object showDocument extends LSPRequest

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.

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

Attributes

Source
requests.scala
Supertypes
class LSPRequest
class Object
trait Matchable
class Any
Self type
object showMessage extends LSPNotification

The show message notification is sent from a server to a client to ask the client to display a particular message in the user interface.

The show message notification is sent from a server to a client to ask the client to display a particular message in the user interface.

Attributes

Source
requests.scala
Supertypes
class Object
trait Matchable
class Any
Self type

The show message request is sent from the server to the client to show a message and a set of options actions to the user.

The show message request is sent from the server to the client to show a message and a set of options actions to the user.

Attributes

Source
requests.scala
Supertypes
class LSPRequest
class Object
trait Matchable
class Any
Self type

Attributes

Source
requests.scala
Supertypes
class Object
trait Matchable
class Any
Self type