LSProtocol::SignatureHelpOptions
Inherits JSON::Serializable / Reference / Object
Server Capabilities for a SignatureHelpRequest.
Constructors
new(pull : JSON::PullParser)
Sourcenew(retrigger_characters : Array(String) | Nil = nil, trigger_characters : Array(String) | Nil = nil, work_done_progress : Bool | Nil = nil)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
retrigger_characters
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
work_done_progress
Source