class LSProtocol::ClientSignatureInformationOptions

Overview

@since 3.18.0

Included Modules

Defined in:

lsprotocol/types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(active_parameter_support : Bool | Nil = nil, documentation_format : Array(MarkupKind) | Nil = nil, no_active_parameter_support : Bool | Nil = nil, parameter_information : ClientSignatureParameterInformationOptions | Nil = nil) #

[View source]

Instance Method Detail

def active_parameter_support : Bool | Nil #

The client supports the activeParameter property on SignatureInformation literal.

@since 3.16.0


[View source]
def documentation_format : Array(MarkupKind) | Nil #

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


[View source]
def no_active_parameter_support : Bool | Nil #

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

@since 3.18.0 @proposed


[View source]
def parameter_information : ClientSignatureParameterInformationOptions | Nil #

Client capabilities specific to parameter information.


[View source]