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

A VS Code extension for todo tasks

Results 41 vscode-todotasks issues
Sort by recently updated
recently updated
newest added

Sublime has a plugin that is very much like this one, one of it's features involves to be able to create a link in the TODO file to another file...

It would be nice to have a command, such as Shift+Ctrl+a which moves all completed/canceled tasks to a sub category at the end of the file, called "Archive" I'll try...

Would be nice to re-open a cancelled task by pressing same cancel hotkey, to mirror existing complete/re-open functionality.

https://marketplace.visualstudio.com/items?itemName=sandy081.todotasks

All bullet points, (task, done, cancelled) can be customised through vscode settings (Issue #30) There is also a setting of whether to append the date on completing a task or...

Automatically add create date when the task is created. (Same like close date is added when the task is closed.) This is not an issue, a feature request.

In plain tasks I use bullet points that look like the following: ``` [ ] unfinished [x] completed [-] canceled ```

When working with groups, new line spacing is not maintained when collapsing. For Example; ![image](https://user-images.githubusercontent.com/4522874/28335479-8153b496-6bcc-11e7-8aa1-84f3051a17b8.png) When the higher group is collapsed, it appears like this; ![image](https://user-images.githubusercontent.com/4522874/28335507-988f6e84-6bcc-11e7-91b8-f452df9c4d49.png) Would it be possible...

Could it be possible to have a count of nested task (or percent of completion). Such as it would update every time we finish/add/remove a task. The parent task could...

Hi sandy, What do you think about add command to hide/show finished(cancelled) tasks. Thanks! Jiming