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

# How to reproduce? If a .todo file contents following line, the "todotasks" extension will stop working. ``` ✔ 4 km running ``` # Error Locating `TodoDocumentDecorator.ts -> getDecorationTypes()` causes...

GitHub changed the way Markdown headings are parsed, so this change fixes it. See [bryant1410/readmesfix](https://github.com/bryant1410/readmesfix) for more information. Tackles bryant1410/readmesfix#1

Love the extension. It'd be great if there was a keystroke that moved all completed tasks to the bottom of the page,

I've searched but I haven't found nothing, so I'm going to suggest here. Would be very nice if there is some comment syntax ("//" and "/**/", ftw) 'cause I'm always...

When there are lots of tasks and you would like to keep track of several tasks doing at a time (multi-tasking) it's a great thing to have "ongoing" task -...

timestamp is currently in locale format, should be locale independent. as i sync tasks between workstations with different locale the timestamps look different.

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...

After I changed the hotkey: ``` json { "key": "alt+i", "command": "task.new", "when": "editorTextFocus" } ``` `ctrl+enter` could not do the `editor.action.insertLineAfter` except i have the keybindings.json like this: ```...

Great extension! I might just have to take a look at your code for the `@tag` decoration, have been wanting to do something to extend highlighting for jsdocs in ts/js......

I was trying to create new tasks and complete already made ones in a pre-existing todo from [PlainTasks](https://github.com/aziz/PlainTasks) and this is the output: ![image](https://cloud.githubusercontent.com/assets/9698639/15986150/34d7328e-2fc6-11e6-929e-8878f2599e60.png) I think it's because i opened...