vscode-todotasks icon indicating copy to clipboard operation
vscode-todotasks copied to clipboard

Missing commands in intellisense

Open ebolefeysot opened this issue 8 years ago • 2 comments

Thanks for the plugin, it works quite well. I miss one command: inprogress.

Also, if I type @, I only get 3tags in IntelliSense. I would like to have all possibles commandes (done, cancelled, inprogress...)

and why not make it work for txt files ?

Thanks

ebolefeysot avatar May 18 '16 09:05 ebolefeysot

@qwench Thanks for trying it out.

Its a good idea. Reason for not having inprogress action is to keep it simple and not to have a more states and flows. Generally in a todo list we create a note and either cancel it or complete it.. But these states are more relevant for tasks. Opening to more states will lead to more combinations and more flows.

I would create a specific todos or tasks file to track instead of having them in txt files which are more generic.

Thanks Sandy

sandy081 avatar May 19 '16 22:05 sandy081

@sandy081 I think maybe a config to set custom tasks (with maybe RGB color specified as well) could be nice. Something like:

"extensions.todoTasks.tags": [
["@test", "#c9c9c9"],
["@urgent", "#e8e8e8"]
]

or a more sensible JSON format

dtasev avatar Oct 21 '16 18:10 dtasev