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"
        },
    },
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章