Gruntfuggly / todo-tree

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

Add jetbrains intellij idea style markdown todo #629

Closed ICHx closed 1 year ago

ICHx commented 2 years ago

Idea support markdown todo in such tag by default

[//]: # "TODO: xyz"

but not

TODO: xyz

https://youtrack.jetbrains.com/issue/IDEA-214308

Gruntfuggly commented 1 year ago

You'll need to update the regex to make it work. Please see the Wiki (https://github.com/Gruntfuggly/todo-tree/wiki/Configuration-Examples) for some examples.