Type Alias ClientSignatureInformationOptions

ClientSignatureInformationOptions: {
    activeParameterSupport?: boolean;
    documentationFormat?: MarkupKind[];
    noActiveParameterSupport?: boolean;
    parameterInformation?: ClientSignatureParameterInformationOptions;
}

Type declaration

  • OptionalactiveParameterSupport?: boolean

    The client supports the activeParameter property on SignatureInformation literal.

    3.16.0

  • OptionaldocumentationFormat?: MarkupKind[]

    Client supports the following content formats for the documentation property. The order describes the preferred format of the client.

  • OptionalnoActiveParameterSupport?: boolean

    The client supports the activeParameter property on SignatureHelp/SignatureInformation being set to null to indicate that no parameter should be active.

    3.18.0

  • OptionalparameterInformation?: ClientSignatureParameterInformationOptions

    Client capabilities specific to parameter information.

3.18.0