class LSProtocol::SignatureHelpParams

Overview

Parameters for a SignatureHelpRequest.

Included Modules

Defined in:

lsprotocol/types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(position : Position | Nil, text_document : TextDocumentIdentifier | Nil, context : SignatureHelpContext | Nil = nil, work_done_token : ProgressToken | Nil = nil) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def context : SignatureHelpContext | Nil #

The signature help context. This is only available if the client specifies to send this using the client capability textDocument.signatureHelp.contextSupport === true

@since 3.15.0


[View source]
def position : Position #

The position inside the text document.


[View source]
def text_document : TextDocumentIdentifier #

[View source]
def work_done_token : ProgressToken | Nil #

[View source]