Gruntfuggly / todo-tree

Use ripgrep to find TODO tags and display the results in a tree view
Other
1.43k stars 139 forks source link

Pls add `%` and `"` to `todo-tree.regex.regex` by default in order to support TeX / LaTeX comments as well as Vim #757

Open j-lakeman opened 1 year ago

j-lakeman commented 1 year ago

This could help a lot of users who don't wanna tinker with the todo-tree.regex.regex string and would rather leave it default, especially if they don't know regex.

jmadotgg commented 1 year ago

I also had to add **/*.tex to Filtering: Include Globs in VS Code settings..