struct LSP::SignatureHelp

Overview

Signature help represents the signature of something callable. There can be multiple signature but only one active and only one active parameter.

Included Modules

Defined in:

requests/language_features/signature_help.cr

Constructors

Instance Method Summary

Constructor Detail

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

def self.new(**args) #

Instance Method Detail

def active_parameter : Int32? #

def active_parameter=(active_parameter : Int32?) #

def active_signature : Int32? #

def active_signature=(active_signature : Int32?) #

def signatures : Array(SignatureInformation) #

def signatures=(signatures : Array(SignatureInformation)) #