Skip to content

CompletionItemKind

原文链接

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

完成项的类别

快捷链接

PClass
PColor
PConstant
PConstructor
PCustomcolor
PEnum
PEnumMember
PEvent
PField
PFile
PFolder
PFunction
PInterface
PIssue
PKeyword
PMethod
PModule
POperator
PProperty
PReference
PSnippet
PStruct
PText
PTypeParameter
PUnit
PUser
PValue
PVariable

Class

  • 值:5

Color

  • 值:19

Constant

  • 值:14

Constructor

  • 值:2

Customcolor

  • 值:22

Enum

  • 值:15

EnumMember

  • 值:16

Event

  • 值:10

Field

  • 值:3

File

  • 值:20

Folder

  • 值:23

Function

  • 值:1

Interface

  • 值:7

Issue

  • 值:26

Keyword

  • 值:17

Method

  • 值:0

Module

  • 值:8

Operator

  • 值:11

Property

  • 值:9

Reference

  • 值:21

Snippet

  • 值:27

Struct

  • 值:6

Text

  • 值:18

TypeParameter

  • 值:24

Unit

  • 值:12

User

  • 值:25

Value

  • 值:13

Variable

  • 值:4