SignatureInformation

langoustine.lsp.structures$.SignatureHelpClientCapabilities$.SignatureInformation
See theSignatureInformation companion object
case class SignatureInformation(documentationFormat: Opt[Vector[MarkupKind]], parameterInformation: Opt[ParameterInformation], activeParameterSupport: Opt[Boolean])

Attributes

activeParameterSupport

The client supports the activeParameter property on SignatureInformation 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.

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product