fabiospampinato / vscode-todo-plus

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

Creation date presentation #353

Closed sparrowek closed 2 years ago

sparrowek commented 2 years ago

It would be useful to have an add date presented next to the todo. When I press Alt+Enter it could be added automatically to the current date.

☐ water plants @added(22-04-21 11:01) ✔ water plants @added(22-04-21 11:01) @done(22-04-21 12:01)

PS: it is not the same as the start date.

rgk85 commented 2 years ago

This is as far as I know already possible, except it's called created. todo.timekeeping.created.time

image

sparrowek commented 2 years ago

You are right! I only needed to turn on also todo.timekeeping.created.enabled