enum LSP::Protocol::SymbolKind
Defined in:
lsp/protocol/symbol_information.crEnum Members
-
File =
1 -
Module =
2 -
Namespace =
3 -
Package =
4 -
Class =
5 -
Method =
6 -
Property =
7 -
Field =
8 -
Constructor =
9 -
Enum =
10 -
Interface =
11 -
Function =
12 -
Variable =
13 -
Constant =
14 -
String =
15 -
Number =
16 -
Boolean =
17 -
Array =
18
Instance Method Summary
- #array?
- #boolean?
- #class?
- #constant?
- #constructor?
- #enum?
- #field?
- #file?
- #function?
- #interface?
- #method?
- #module?
- #namespace?
- #number?
- #package?
- #property?
- #string?
- #variable?