SignatureInformation

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 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.

Attributes

Companion
object
Source
structures.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product