class LSProtocol::SignatureHelpOptions

Overview

Server Capabilities 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(retrigger_characters : Array(String) | Nil = nil, trigger_characters : Array(String) | Nil = nil, work_done_progress : Bool | Nil = nil) #

[View source]

Instance Method Detail

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]