"todo-tree.regex.regex": "(//|#|<!--|;|/\\*|^|^[ \\t]*(-|\\d+.))\\s*($TAGS)", "todo-tree.filtering.ignoreGitSubmodules": true, "todo-tree.tree.showCountsInTree": true, "todo-tree.regex.regexCaseSensitive": false, "todo-tree.general.statusBar":"current file", "todo...
AI代码解释 //todo-tree settings"todo-tree.regex.regex":"((//|#|<!--|;|/\\*|^)\\s*($TAGS):|^\\s*- \\[ \\])","todo-tree.general.tags":["TODO","FIXME","tag","done","bug"],"todo-tree.regex.regexCaseSensitive":false,"todo-tree.tree.showInExplorer":true,"todo-tree.h...
1.Vscode Todo Tree插件安装 在vscode扩展中心,搜索 todo tree 然后安装, Todo Tree插件会有自带的icon图标样式,如下图: 2.TODO、FIXME和XXX的注释使用说明 TODO: + 说明: 如果代码中有该标识,说明在标识处有功能代码待编写,待实现的功能在说明中会简略说明。
ViewTreeObserver.IOnWindowAttachListener ViewTreeObserver.IOnWindowFocusChangeListener ViewTreeObserver.IOnWindowVisibilityChangeListener ViewTreeObserver.PreDrawEventArgs ViewTreeObserver.TouchModeChangeEventArgs ViewTreeObserver.WindowFocusChangeEventArgs ViewTreeObserver.WindowVisibilityChangeEventArgs Ventana Window.FrameM...
todo-tree.regex.enableMultiLine (false) Normally, multiline support is enabled by detecting the use of \n in the regex. Set this to true, to enable multiline support by default. This allows the use of [\s\S] as an alternative to matching any character including newlines. todo-tree.rege...
{varroot=context.Tree.GetRoot();foreach(varcommentinroot.DescendantTrivia().Where(x=>x.IsKind(SyntaxKind.SingleLineCommentTrivia)||x.IsKind(SyntaxKind.MultiLineCommentTrivia))){varvalue=comment.ToString();vartodoMatch=TodoRegex.Match(value);if(todoMatch.Success){varassigneeMatch=AssigneeRegex....
"name": "todo-tree", "version": "0.0.224", "license": "MIT", "dependencies": { "@primer/octicons": "^17.0.0", "comment-patterns": "^0.10.1", "fast-strftime": "^1.1.1", "find": "^0.3.0", "micromatch": "^4.0.2", ...
todo-tree.general.tags(["TODO","FIXME","BUG"]) This defines the tags which are recognised as TODOs. This list is automatically inserted into the regex. todo-tree.general.tagGroups({}) This setting allows multiple tags to be treated as a single group. Example: ...
//todo-tree settings "todo-tree.regex.regex": "((//|#|<!--|;|/\\*|^)\\s*($TAGS):|^\\s*- \\[ \\])", "todo-tree.general.tags": [ "TODO", "FIXME", "tag", "done", "note" ], "todo-tree.regex.regexCaseSensitive": false, "todo-tree.tree.showInExplorer": true, ...
在搜索栏中输入 "Todo Tree"。 在搜索结果中找到 Todo Tree,然后点击 "安装" 按钮。 使用方法 安装完 Todo Tree 插件后,你可以按照以下步骤使用它: 启用Todo Tree:打开任何项目文件后,按Ctrl+Shift+P打开命令面板,然后输入 "Toggle Todo Tree" 并选择该命令以启用 Todo Tree 视图。 查看待办事项:在 Todo Tre...