Sha256: ca210e29761f2375a36ab28e032bf65141099963bafa6c1b6e89b87c2df00306
Contents?: true
Size: 355 Bytes
Versions: 106
Compression:
Stored size: 355 Bytes
Contents
module LanguageServer module Protocol module Constant # # Completion item tags are extra annotations that tweak the rendering of a # completion item. # module CompletionItemTag # # Render a completion as obsolete, usually using a strike-out. # DEPRECATED = 1 end end end end
Version data entries
106 entries across 106 versions & 12 rubygems