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 136 todo-tree issues
Sort by recently updated
recently updated
newest added

Headings in Markdown are recognized like comments: ![image](https://github.com/Gruntfuggly/todo-tree/assets/151235313/2296c063-25af-4069-a3f5-d1115aca3274) Thats my todo-tree config: ```json "todo-tree.general.periodicRefreshInterval": 1, // Refresh every minute "todo-tree.regex.regex": "((//|#|

Looking at the available keyboard shortcuts, I cannot find any where the TODO tree will be focused if it is currently not focused, opening it if necessary, and will focus...

Tried using TodoTree for MATLAB code and got that TODOs are not parsed from comments sections. In MATLAB comments are given by "%" sign which doesn't look supported. Screenshot: ![image](https://github.com/Gruntfuggly/todo-tree/assets/23141838/5c1f18aa-f5d9-4439-9bde-8879d5d3f93c)

This PR resolves #582 by adding support of: - border color - border width - border style for default and custom highlights. I treated the border color similarly to foreground...

i want to customize the tag Highlight format just like the "3" line, that is highlight the comment text until the end of the line; What can I do to...

Subtags produce a folder that's impossible to unfold - see and reproduce, using a similar file structure as in the screenshots Compact folders off: ![image](https://github.com/Gruntfuggly/todo-tree/assets/11033790/df86d84d-7981-4ecb-925f-80565dd98880) Compact folders on: ![image](https://github.com/Gruntfuggly/todo-tree/assets/11033790/752b9d95-420d-4eea-9a91-a28724c53bbb) config:...

`e.replace is not a function` is shown in the Runtime Status on the extension page. The extension doesn't work for any project, no matter which language it has in it....

This PR is a fix for #749 (while also maintaining the fix for #562) In full transparency, I don't really understand how the `TreeNodeProvider.reset` method works. This PR is my...

I have the Problem that the Tree View most of the time only displays issues from the current file. The Todo-Tree ouput says it has found 11 items (which is...

### Recreate #### Setup - Default Todo Tree settings - open a new workspace in VS Code #### Steps 1. Create a new file 2. Add `[ ] Hello` to...