SignatureInformation

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.

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

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product