todo-tree
todo-tree copied to clipboard
Use ripgrep to find TODO tags and display the results in a tree view
Hi, First of all, thank you for proposing this extension which we fully appreciate. We noticed an issue when using it in a Git context. When the user works in...
Apologies if this has been asked or if it is already possible; i could not find it. Basically I am hoping that TODO Tree could look for a config file...
In C/C++ files, TODOs are hightlighted when present in comments like ``` // TODO: something ``` but not in comments like ``` /** * TODO: another thing. */ ``` what...
As an example, there's an Elixir static analysis tool called `credo` that supports [flags related to git diffs](https://hexdocs.pm/credo/diff_command.html#command-line-switches) like: | Name | Description | |------------------------- |------------------------------------------------------------------------- | | `--from-dir` |...
The `TODO`, `FIXME`, etc. keywords don't get highlighted white in VS Codium the same way they do in VS Code. Not certain what the difference is caused by, but it...
Would be awesome if that one could be updated!
1. The build products can be uploaded to GitHub and installed directly from there for a trustworthy experience, especially when out-of-date versions aren't available in VSCodium's extension list. 2. Makes...
I understand that changes to the default regex are rejected. However, this PR does not change the default regex, but rather fixes a couple of issues with the default regex....
add `%` to regex for tex files, untested
I stumbled on what I _think_ is a bug, or at least unexpected behavior. I have previously had todo-tree configured to check open files and my workspace, but noticed that...