Sha256: 850f4382a07b84b0fd0af190a0e83a5ec6465772ff11ef5a5858d0211c11b999
Contents?: true
Size: 568 Bytes
Versions: 109
Compression:
Stored size: 568 Bytes
Contents
module LanguageServer module Protocol module Constant # # How a signature help was triggered. # module SignatureHelpTriggerKind # # Signature help was invoked manually by the user or by a command. # INVOKED = 1 # # Signature help was triggered by a trigger character. # TRIGGER_CHARACTER = 2 # # Signature help was triggered by the cursor moving or by the document # content changing. # CONTENT_CHANGE = 3 end end end end
Version data entries
109 entries across 109 versions & 14 rubygems