documentLink

langoustine.lsp.requests.documentLink
object documentLink

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

object resolve extends LSPRequest

Request to resolve additional information for a given document link. The request's parameter is of type [[DocumentLink]] the response is of type [[DocumentLink]] or a Thenable that resolves to such.

Request to resolve additional information for a given document link. The request's parameter is of type [[DocumentLink]] the response is of type [[DocumentLink]] or a Thenable that resolves to such.

Attributes

Supertypes
class LSPRequest
class Object
trait Matchable
class Any
Self type
resolve.type