Namespace CompletionItemKind
Variables
Const Color
Color: 16 = 16
Const Constant
Constant: 21 = 21
Const Constructor
Constructor: 4 = 4
Const EnumMember
EnumMember: 20 = 20
Const Event
Event: 23 = 23
Const Folder
Folder: 19 = 19
Const Function
Function: 3 = 3
Const Interface
Interface: 8 = 8
Const Keyword
Keyword: 14 = 14
Const Method
Method: 2 = 2
Const Module
Module: 9 = 9
Const Operator
Operator: 24 = 24
Const Property
Property: 10 = 10
Const Reference
Reference: 18 = 18
Const Snippet
Snippet: 15 = 15
Const Struct
Struct: 22 = 22
Const TypeParameter
TypeParameter: 25 = 25
Const Value
Value: 12 = 12
Const Variable
Variable: 6 = 6
The kind of completion entry.