struct

LSP::SignatureHelpOptions

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(trigger_characters : Array(String))
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

trigger_characters

The characters that trigger completion automatically.

Source
trigger_characters=(trigger_characters : Array(String))

The characters that trigger completion automatically.

Source