todo-tree icon indicating copy to clipboard operation
todo-tree copied to clipboard

Use ripgrep to find TODO tags and display the results in a tree view

Results 153 todo-tree issues
Sort by recently updated
recently updated
newest added

before applying: ![image](https://user-images.githubusercontent.com/7172560/231798595-82d2acd6-cf5d-462e-ad3d-bc282995412f.png) after applying: ![image](https://user-images.githubusercontent.com/7172560/231798536-6c33ce7e-705d-4b92-b7df-ae5c137b0368.png) 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 ![image](https://user-images.githubusercontent.com/279511/143602029-2aa6d9e6-a52e-4799-9a52-5e94773c2f00.png) But I found out it is not possible with the control given. The closest I got was: I...

enhancement

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...