Skip to content

Instantly share code, notes, and snippets.

@virtueer
Last active March 14, 2022 09:40
Show Gist options
  • Save virtueer/ba14dd8215a5d4b9e6490f33afd18cdb to your computer and use it in GitHub Desktop.
Save virtueer/ba14dd8215a5d4b9e6490f33afd18cdb to your computer and use it in GitHub Desktop.
CompletionItemKind Icons
{
"Text": 0,
"Method": 1,
"Function": 2,
"Constructor": 3,
"Field": 4,
"Variable": 5,
"Class": 6,
"Interface": 7,
"Module": 8,
"Property": 9,
"Unit": 10,
"Value": 11,
"Enum": 12,
"Keyword": 13,
"Snippet": 14,
"Color": 15,
"Reference": 17,
"File": 16,
"Folder": 18,
"EnumMember": 19,
"Constant": 20,
"Struct": 21,
"Event": 22,
"Operator": 23,
"TypeParameter": 24,
"User": 25,
"Issue": 26
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment