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

Feature request for mark as completed #614

Closed bboysnick5 closed 1 year ago

bboysnick5 commented 2 years ago

Add function to mark to-do as completion (and delete the to-do comment)

Gruntfuggly commented 2 years ago

Hi - thanks, but the problem with this is that it would modify the files - currently the extension doesn't make any changes.

This feature probably belongs to a separate extension for managing TODO's, not just finding them.

To be honest, when you click on a TODO in the tree it should place the cursor at the start of the TODO in the file, so you could just add a shortcut key to Delete All Right and it will do what you want.