不才的 todo-tree 配置

参考

settings.json

  "todo-tree.regex.regex": "(//|#|<!--|;|/\\*|^|^\\s*(-|\\d+.))\\s*($TAGS)",
  "todo-tree.general.tags": [
    "TODO",
    "DONE",
    "FIXME",
    "BUG",
    "NOTE",
    "STAR"
  ],  // can add more tags with default style like 'STAR'
  "todo-tree.regex.regexCaseSensitive": false, // make TODO == todo
  "todo-tree.highlights.customHighlight": {
    "STAR": {
      // "foreground": "white",
      "background": "Gold",
      "icon": "star-fill",
      "rulerColour": "Gold",
      "iconColour": "Gold"
    },
    "DONE": {
      "foreground": "white",
      "background": "green",
      "icon": "check-circle-fill",
      "rulerColour": "green",
      "iconColour": "green"
    },
    "FIXME": {
      "foreground": "white",
      "background": "RoyalBlue",
      "icon": "gear",
      "rulerColour": "RoyalBlue",
      "iconColour": "RoyalBlue"
    },
    "BUG": {
      "foreground": "white",
      "background": "Crimson",
      "rulerColour": "Crimson",
      "iconColour": "Crimson"
    },
    "NOTE": {
      "foreground": "black",
      "icon": "bookmark-fill",
      "background": "BurlyWood",
      "rulerColour": "BurlyWood",
      "iconColour": "BurlyWood"
    },
  },
©著作权归作者所有,转载或内容合作请联系作者
【社区内容提示】社区部分内容疑似由AI辅助生成,浏览时请结合常识与多方信息审慎甄别。
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

相关阅读更多精彩内容

友情链接更多精彩内容