vscode 插件 Todo Tree

我用得很顺手的一个插件:插件地址

     "todo-tree.general.tags": [
        "BUG",
        "HACK",
        "FIXME",
        "TODO",
        "CRH",
        "[ ]",
        "[x]"
    ],
    "todo-tree.highlights.customHighlight": {
        "TODO": {
            "type": "line",
            "foreground": "#99ff99"
        },
        "FIXME": {
            "type": "line",
            "foreground": "#ceec0b"
        },
        "BUG": {
            "type": "line",
            "foreground": "#ff0000"
        },
        "CRH": {
            "type": "line",
            "foreground": "#0ce64a"
        },
    },
posted @ 2023-07-18 10:56  妖精代码  阅读(37)  评论(0编辑  收藏  举报