struct

LSP::Data::ServerCapabilities::SignatureHelpOptions

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(pull : JSON::PullParser)
Source
new(trigger_characters : Array(String) = [] of String)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

trigger_characters

The characters that trigger signature help automatically.

Source
trigger_characters=(trigger_characters : Array(String))

The characters that trigger signature help automatically.

Source