![]() |
1
Wilson233 10 天前
我用的是这个插件: https://marketplace.visualstudio.com/items/?itemName=Gruntfuggly.todo-tree
我看了下配置,可以自定义: ``` "todo-tree.highlights.defaultHighlight": { "icon": "alert", "type": "text", "foreground": "red", "background": "white", "opacity": 50, "iconColour": "blue" }, "todo-tree.highlights.customHighlight": { "TODO": { "icon": "check", "type": "line" }, "FIXME": { "foreground": "black", "iconColour": "yellow", "gutterIcon": true } } ``` |