class LSProtocol::SignatureHelpRegistrationOptions

Overview

Registration options for a SignatureHelpRequest.

Included Modules

Defined in:

lsprotocol/types.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new(document_selector : DocumentSelector | Nil, retrigger_characters : Array(String) | Nil = nil, trigger_characters : Array(String) | Nil = nil, work_done_progress : Bool | Nil = nil) #

[View source]

Instance Method Detail

def document_selector : DocumentSelector | Nil #

A document selector to identify the scope of the registration. If set to null the document selector provided on the client side will be used.


[View source]
def retrigger_characters : Array(String) | Nil #

List of characters that re-trigger signature help.

These trigger characters are only active when signature help is already showing. All trigger characters are also counted as re-trigger characters.

@since 3.15.0


[View source]
def trigger_characters : Array(String) | Nil #

List of characters that trigger signature help automatically.


[View source]
def work_done_progress : Bool | Nil #

[View source]