class LSProtocol::SignatureHelpOptions
- LSProtocol::SignatureHelpOptions
- Reference
- Object
Overview
Server Capabilities for a SignatureHelpRequest
.
Included Modules
- JSON::Serializable
Defined in:
lsprotocol/types.crConstructors
- .new(pull : JSON::PullParser)
- .new(retrigger_characters : Array(String) | Nil = nil, trigger_characters : Array(String) | Nil = nil, work_done_progress : Bool | Nil = nil)
Instance Method Summary
-
#retrigger_characters : Array(String) | Nil
List of characters that re-trigger signature help.
-
#trigger_characters : Array(String) | Nil
List of characters that trigger signature help automatically.
- #work_done_progress : Bool | Nil
Constructor Detail
def self.new(retrigger_characters : Array(String) | Nil = nil, trigger_characters : Array(String) | Nil = nil, work_done_progress : Bool | Nil = nil)
#
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
def trigger_characters : Array(String) | Nil
#
List of characters that trigger signature help automatically.