langoustine.lsp.structures.SignatureHelpClientCapabilities.SignatureInformation
See theSignatureInformation companion object
case class SignatureInformation(documentationFormat: Opt[Vector[MarkupKind]], parameterInformation: Opt[ParameterInformation], activeParameterSupport: Opt[Boolean])
Value parameters
- activeParameterSupport
-
The client supports the
activeParameter
property onSignatureInformation
literal. since 3.16.0 - documentationFormat
-
Client supports the following content formats for the documentation property. The order describes the preferred format of the client.
- parameterInformation
-
Client capabilities specific to parameter information.
Attributes
- Companion
- object
- Source
- structures.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article