vscode-todotasks
vscode-todotasks copied to clipboard
Missing commands in intellisense
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
@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 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