todo-tree
todo-tree copied to clipboard
Use ripgrep to find TODO tags and display the results in a tree view
before applying:  after applying:  version: `v0.0.226`
It would be great if it showed total counts in the tree view header (collapsed or expanded).
Great extension! I use it a lot. Today I broke it by entering filter "(something" - note the missing closing parenthesis, and got it to break: ``` 2024-03-08 22:23:57.785 [error]...
I prefer to not color the background of my TODO tags (e.g., I just want the text color itself to change). I do this by assigning the background color to...
Defining the regex on langugae specific settings [(VScode doc)](https://code.visualstudio.com/docs/getstarted/settings#_language-specific-editor-settings) does not seem to work ```json "[latex]": { "todo-tree.regex.regex": "((>| |@)\\s*($TAGS)\\{*|^\\s*- \\[ \\])", "todo-tree.regex.regexCaseSensitive": false, // other "editor.defaultFormatter": "nickfode.latex-formatter" }, ```...
Hi, I tried to reproduce the following highlight of a tag  But I found out it is not possible with the control given. The closest I got was: I...
When I enable Todo Tree for my workspace, features like Search, Fuzzy search, Typescript IntelliSense etc all freeze. I've tried disabling and enabling all of my extensions and I reduced...
I spent a bit of time searching through the backlog of Issues (open and closed) to see if anyone had asked about this, but I couldn’t find any results. What...
like this #todo 1 ##todo 1.1 ##todo 1.2 ###todo 1.2.1 can be shown todo 1 todo 1.1 todo 1.2 todo 1.2.1
I followed tutorial by Thomas Venturini (https://thomasventurini.com/articles/the-best-way-to-work-with-todos-in-vscode/) to improve my experience with this extension. But when I'm using icons from https://microsoft.github.io/vscode-codicons/dist/codicon.html like "symbol-property" the icon doesn't appears and appears only...