Module Types.SignatureHelpOptionsSource
Sourcetype t = {retriggerCharacters : string list option;triggerCharacters : string list option;workDoneProgress : bool option;
} Sourceval create :
?retriggerCharacters:string list ->
?triggerCharacters:string list ->
?workDoneProgress:bool ->
unit ->
t