fabiospampinato / vscode-todo-plus

Manage todo lists with ease. Powerful, easy to use and customizable.
MIT License
902 stars 228 forks source link

Feat req - Toggle doubt regarding completion #349

Closed shahul01 closed 2 years ago

shahul01 commented 2 years ago

one might not be clear whether some todos are done or cancelled, these todos should have orange color and should be followed by (?) or *, next to check mark or cross.

This helps in coming back to them at later time to confirm whether they are done.

fabiospampinato commented 2 years ago

Duplicate of #323. It's not clear when/why a task would be in an indeterminate state though 🤔 like does it start indeterminate? is it possible to determine if it's actually done or not if one spent time thinking about it?

shahul01 commented 2 years ago

say I fixed a bug but I have no way of checking it till I fix a related bug, I would like to mark it but also check it again to make sure its fixed...