summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--coc-settings.json55
1 files changed, 29 insertions, 26 deletions
diff --git a/coc-settings.json b/coc-settings.json
index c12b4d8e..cbf58dc2 100644
--- a/coc-settings.json
+++ b/coc-settings.json
@@ -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,