inlayHint
langoustine.lsp.requests.textDocument.inlayHint
object inlayHint extends LSPRequest
A request to provide inlay hints in a document. The request's parameter is of type [[InlayHintsParams]]
, the response is of type [[InlayHint InlayHint[]]]
or a Thenable that resolves to such.
since 3.17.0
Attributes
- Source
- requests.scala
- Graph
-
- Supertypes
- Self type
-
inlayHint.type
Members list
Type members
Value members
Concrete methods
Attributes
- Definition Classes
- Source
- requests.scala
Inherited fields
Attributes
- Inherited from:
- LSPRequest
- Source
- requests.scala
Givens
Inherited givens
Attributes
- Inherited from:
- requests_textDocument_inlayHint (hidden)
- Source
- codecs.scala
Attributes
- Inherited from:
- requests_textDocument_inlayHint (hidden)
- Source
- codecs.scala
Attributes
- Inherited from:
- requests_textDocument_inlayHint (hidden)
- Source
- codecs.scala
Attributes
- Inherited from:
- requests_textDocument_inlayHint (hidden)
- Source
- codecs.scala
In this article