Skip to content

SymbolKind

原文链接

https://microsoft.github.io/monaco-editor/docs.html#enums/languages.SymbolKind.html

一种符号。

快捷链接

PArray
PBoolean
PClass
PConstant
PConstructor
PEnum
PEnumMember
PEvent
PField
PFile
PFunction
PInterface
PKey
PMethod
PModule
PNamespace
PNull
PNumber
PObject
POperator
PPackage
PProperty
PString
PStruct
PTypeParameter
PVariable

Array

  • 值:17

Boolean

  • 值:16

Class

  • 值:4

Constant

  • 值:13

Constructor

  • 值:8

Enum

  • 值:9

EnumMember

  • 值:21

Event

  • 值:23

Field

  • 值:7

File

  • 值:0

Function

  • 值:11

Interface

  • 值:10

Key

  • 值:19

Method

  • 值:5

Module

  • 值:1

Namespace

  • 值:2

Null

  • 值:20

Number

  • 值:15

Object

  • 值:18

Operator

  • 值:24

Package

  • 值:3

Property

  • 值:6

String

  • 值:14

Struct

  • 值:22

TypeParameter

  • 值:25

Variable

  • 值:12