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