|
@@ -1,33 +1,36 @@
|
|
|
{
|
|
|
// suggestions
|
|
|
// "suggest.echodocSupport": true,
|
|
|
- // TODO add more labels and give them cool glyphs
|
|
|
+/* https://code.visualstudio.com/docs/editor/intellisense reference for vscode symbols*/
|
|
|
+/* https://www.nerdfonts.com/cheat-sheet reference to find some other symbols*/
|
|
|
+ /* some symbols you might like: */
|
|
|
+ /* fb44 this is the hex for nf-mdi-file_tree, should be good for class*/
|
|
|
"suggest.completionItemKindLabels": {
|
|
|
- "text": "t",
|
|
|
- "method": "m",
|
|
|
- "function": "",
|
|
|
- "constructor": "",
|
|
|
- "field": "f",
|
|
|
- "variable": "",
|
|
|
- "class": "",
|
|
|
- "interface": "ﰮ",
|
|
|
- "module": "",
|
|
|
- "property": "",
|
|
|
- "unit": "",
|
|
|
- "value": "",
|
|
|
- "enum": "了",
|
|
|
- "keyword": "",
|
|
|
- "snippet": "",
|
|
|
- "color": "",
|
|
|
- "file": "",
|
|
|
- "reference": "ref",
|
|
|
- "folder": "'",
|
|
|
- "enumMember": "",
|
|
|
- "constant": "'",
|
|
|
- "struct": "",
|
|
|
- "event": "event",
|
|
|
- "operator": "op",
|
|
|
- "typeParameter": "tp"
|
|
|
+ "method": " ",
|
|
|
+ "function": " ",
|
|
|
+ "variable": "[]",
|
|
|
+ "field": " ",
|
|
|
+ "typeParameter": "<>",
|
|
|
+ "constant": " ",
|
|
|
+ "class": "פּ ",
|
|
|
+ "interface": " 蘒",
|
|
|
+ "struct": " ",
|
|
|
+ "event": " ",
|
|
|
+ "operator": " ",
|
|
|
+ "module": " ",
|
|
|
+ "property": " ",
|
|
|
+ "enum": " 練",
|
|
|
+ "reference": " ",
|
|
|
+ "keyword": " ",
|
|
|
+ "file": " ",
|
|
|
+ "folder": " ﱮ ",
|
|
|
+ "color": " ",
|
|
|
+ "unit": " 塞 ",
|
|
|
+ "snippet": " ",
|
|
|
+ "text": " ",
|
|
|
+ "constructor": " ",
|
|
|
+ "value": " ",
|
|
|
+ "enumMember": " "
|
|
|
},
|
|
|
"snippets.priority": 1,
|
|
|
//"yank.priority": 1,
|