Enum SymbolKind
Symbol kinds used for document symbol requests
public enum SymbolKind
Fields
Array = 18
the element should be displayed like an array
Boolean = 17
the element should be displayed like a boolean
Class = 5
the element should be displayed like a class
Constant = 14
the element should be displayed like a constant
Constructor = 9
the element should be displayed like a constructor
Enum = 10
the element should be displayed like an enumeration
EnumMember = 22
the element should be displayed like an enumeration literal
Event = 24
the element should be displayed like an event
Field = 8
the element should be displayed like a field
File = 1
the element should be displayed like a file
Function = 12
the element should be displayed like a function
Interface = 11
the element should be displayed like an interface
Key = 20
the element should be displayed like a key
Method = 6
the element should be displayed like a method
Module = 2
the element should be displayed like a module
Namespace = 3
the element should be displayed like a namespace
Null = 21
the element should be displayed like ´the null constant
Number = 16
the element should be displayed like a number
Object = 19
the element should be displayed like an object
Operator = 25
the element should be displayed like an operator
Package = 4
the element should be displayed like a package
Property = 7
the element should be displayed like a property
String = 15
the element should be displayed like a string
Struct = 23
the element should be displayed like a structure
TypeParameter = 26
the element should be displayed like a type parameter
Variable = 13
the element should be displayed like a variable