struct LSP::SignatureHelpParams

Included Modules

Defined in:

requests/language_features/signature_help.cr

Constructors

Instance Method Summary

Instance methods inherited from module LSP::WorkDoneProgressParams

work_done_token : ProgressToken? work_done_token, work_done_token=(work_done_token : ProgressToken?) work_done_token=

Instance methods inherited from module LSP::TextDocumentPositionParams

position : Position position, position=(position : Position) position=, text_document : TextDocumentIdentifier text_document, text_document=(text_document : TextDocumentIdentifier) text_document=

Constructor methods inherited from module LSP::TextDocumentPositionParams

new(pull : JSON::PullParser)
new(**args)
new

Constructor Detail

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

def self.new(**args) #

Instance Method Detail

def context : SignatureHelpContext? #

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


def context=(context : SignatureHelpContext?) #

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